Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
gradio
|
2 |
-
transformers
|
3 |
-
torch==2.2.2+cpu
|
4 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
opencv-python-headless
|
6 |
-
numpy
|
7 |
Pillow
|
8 |
-
|
9 |
-
requests
|
10 |
-
ultralytics
|
11 |
-
|
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
opencv-python-headless
|
|
|
3 |
Pillow
|
4 |
+
numpy
|
|
|
|
|
|