Spaces:
Runtime error
Runtime error
mrfakename
commited on
Commit
•
e4db72c
1
Parent(s):
6128f91
Torch is needed
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
tqdm
|
2 |
-
|
3 |
#torchaudio
|
4 |
transformers==4.27.4
|
5 |
#mecab-python3==1.0.5
|
|
|
1 |
tqdm
|
2 |
+
torch<2.0
|
3 |
#torchaudio
|
4 |
transformers==4.27.4
|
5 |
#mecab-python3==1.0.5
|