Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
0c26d6c
1
Parent(s):
4a80c25
Fix requirements
Browse files- requirements-torch.txt +0 -2
- requirements.txt +2 -1
requirements-torch.txt
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
-i https://download.pytorch.org/whl/cpu
|
2 |
-
torch==1.12
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
STT==1.3.0
|
2 |
transformers==4.21.2
|
3 |
pydub==0.25.1
|
4 |
-
|
|
|
|
1 |
STT==1.3.0
|
2 |
transformers==4.21.2
|
3 |
pydub==0.25.1
|
4 |
+
torch==1.12
|
5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|