Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
wikipedia
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
opencv-python>=4.8.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
Pillow>=9.5.0
|
7 |
+
transformers>=4.30.0
|
8 |
+
wikipedia>=1.4.0
|
9 |
+
folium>=0.14.0
|
10 |
+
geopy>=2.3.0
|
11 |
+
requests>=2.31.0
|
12 |
+
timm>=0.9.0
|