Spaces:
Build error
Build error
Thomas Chaigneau
commited on
Commit
·
779f90e
1
Parent(s):
d0e2596
fix torch versions
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
streamlit==1.3.1
|
2 |
transformers==4.15.0
|
3 |
-
torch==1.10.1
|
4 |
-
torchaudio==0.10.1
|
5 |
-
torchvision==0.11.2
|
|
|
1 |
streamlit==1.3.1
|
2 |
transformers==4.15.0
|
3 |
+
torch==1.10.1
|
4 |
+
torchaudio==0.10.1
|
5 |
+
torchvision==0.11.2
|