Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
torch@https://download.pytorch.org/whl/cu121
|
2 |
git+https://github.com/huggingface/transformers.git@refs/pull/33410/head
|
3 |
-
gradio
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git@refs/pull/33410/head
|
2 |
+
gradio
|
3 |
+
torch==2.3.0+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
|