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