Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
opencv-python-headless
|
3 |
Pillow
|
4 |
numpy
|
5 |
-
|
|
|
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 |
Pillow
|
7 |
numpy
|
8 |
+
timm
|