Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
ultralytics
|
2 |
-
|
3 |
-
opencv-python
|
4 |
numpy
|
5 |
-
|
6 |
-
|
|
|
|
|
7 |
wikipedia
|
8 |
|
|
|
1 |
+
gradio
|
2 |
ultralytics
|
3 |
+
opencv-python-headless
|
|
|
4 |
numpy
|
5 |
+
Pillow
|
6 |
+
pandas
|
7 |
+
torch
|
8 |
+
h3
|
9 |
wikipedia
|
10 |
|