Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio==4.10.0
|
2 |
transformers==4.39.3
|
3 |
torch>=2.1.0
|
4 |
-
opencv-python-headless
|
5 |
folium==0.14.0
|
6 |
matplotlib==3.7.1
|
7 |
-
numpy==1.24.3
|
|
|
|
1 |
gradio==4.10.0
|
2 |
transformers==4.39.3
|
3 |
torch>=2.1.0
|
4 |
+
opencv-python-headless>=4.8.0
|
5 |
folium==0.14.0
|
6 |
matplotlib==3.7.1
|
7 |
+
numpy==1.24.3
|
8 |
+
timm==0.9.2
|