Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ pyperclip
|
|
8 |
sentencepiece
|
9 |
gradio==4.43.0
|
10 |
speechbrain==0.5.16
|
11 |
-
torch==2.
|
12 |
torchaudio==2.0.0
|
13 |
faster-whisper==1.0.0
|
14 |
setuptools>=65
|
|
|
8 |
sentencepiece
|
9 |
gradio==4.43.0
|
10 |
speechbrain==0.5.16
|
11 |
+
torch==2.10.0 --index-url https://download.pytorch.org/whl/cu118
|
12 |
torchaudio==2.0.0
|
13 |
faster-whisper==1.0.0
|
14 |
setuptools>=65
|