Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,9 @@ ultralytics==8.1.25
|
|
| 2 |
torch==2.1.0
|
| 3 |
opencv-python
|
| 4 |
easyocr
|
| 5 |
-
numpy
|
| 6 |
pillow
|
| 7 |
gradio
|
| 8 |
-
plotly
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch==2.1.0
|
| 3 |
opencv-python
|
| 4 |
easyocr
|
|
|
|
| 5 |
pillow
|
| 6 |
gradio
|
| 7 |
+
plotly
|
| 8 |
+
gradio
|
| 9 |
+
transformers
|
| 10 |
+
numpy<2
|