Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
-
torch
|
|
|
4 |
Pillow
|
5 |
numpy
|
6 |
timm # required by DETR
|
|
|
1 |
gradio
|
2 |
transformers
|
3 |
+
torch==2.2.2+cpu
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
5 |
Pillow
|
6 |
numpy
|
7 |
timm # required by DETR
|