Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
opencv-python
|
5 |
-
numpy
|
6 |
-
Pillow
|
7 |
-
transformers
|
8 |
-
wikipedia
|
9 |
-
folium
|
10 |
-
geopy
|
11 |
-
requests
|
12 |
-
timm
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
torch==2.1.0
|
3 |
+
torchvision==0.16.0
|
4 |
+
opencv-python-headless==4.8.1.78
|
5 |
+
numpy==1.24.3
|
6 |
+
Pillow==10.0.1
|
7 |
+
transformers==4.35.0
|
8 |
+
wikipedia==1.4.0
|
9 |
+
folium==0.15.0
|
10 |
+
geopy==2.4.0
|
11 |
+
requests==2.31.0
|
12 |
+
timm==0.9.12
|