Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
ultralytics
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
folium==0.16.0
|
11 |
-
timm==0.9.16
|
|
|
1 |
+
gradio
|
2 |
+
ultralytics
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
opencv-python
|
6 |
+
pillow
|
7 |
+
pandas
|
8 |
+
wikipedia
|
9 |
+
timm
|
|
|
|