Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
torch==2.
|
3 |
-
torchvision==0.
|
4 |
-
transformers
|
5 |
-
gradio==4.21.0
|
|
|
1 |
+
gradio==4.21.0
|
2 |
+
torch==2.2.2+cu121 # Torrch nightly wheel allowed
|
3 |
+
torchvision==0.17.2+cu121
|
|
|
|