Spaces:
Runtime error
Runtime error
SK Md Shahid
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
-
torch==1.9.0
|
4 |
torchvision==0.10.0
|
5 |
torchaudio==0.9.0
|
|
|
|
1 |
streamlit
|
2 |
transformers
|
3 |
+
torch==1.9.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
4 |
torchvision==0.10.0
|
5 |
torchaudio==0.9.0
|
6 |
+
pip==23.2.1
|