Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
opencv-python-headless
|
| 2 |
numpy
|
| 3 |
Pillow
|
|
@@ -5,3 +6,5 @@ paddlepaddle
|
|
| 5 |
paddleocr
|
| 6 |
transformers
|
| 7 |
gradio
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
opencv-python-headless
|
| 3 |
numpy
|
| 4 |
Pillow
|
|
|
|
| 6 |
paddleocr
|
| 7 |
transformers
|
| 8 |
gradio
|
| 9 |
+
tensorflow # Uncomment if you want to use TensorFlow
|
| 10 |
+
# torch # Uncomment if you want to use PyTorch
|