Spaces:
Sleeping
Sleeping
Manjot Singh
commited on
Commit
·
bca9a19
1
Parent(s):
568f64b
requirements change_3
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -7,10 +7,7 @@ pyperclip
|
|
7 |
sentencepiece
|
8 |
gradio==4.43.0
|
9 |
speechbrain==0.5.16
|
10 |
-
--
|
11 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
12 |
-
torch==2.0.0+cu118
|
13 |
-
# torch==2.0.0+cu118 -f https://download.pytorch.org/whl/torch_stable.html
|
14 |
torchaudio==2.0.0
|
15 |
faster-whisper==1.0.0
|
16 |
setuptools>=65
|
|
|
7 |
sentencepiece
|
8 |
gradio==4.43.0
|
9 |
speechbrain==0.5.16
|
10 |
+
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
|
11 |
torchaudio==2.0.0
|
12 |
faster-whisper==1.0.0
|
13 |
setuptools>=65
|