Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
|
2 |
transformers
|
3 |
-
torch
|
4 |
gradio
|
5 |
requests
|
6 |
accelerate
|
|
|
1 |
+
torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
2 |
transformers
|
|
|
3 |
gradio
|
4 |
requests
|
5 |
accelerate
|