Spaces:
Runtime error
Runtime error
littlebird13
commited on
Commit
β’
59e753e
1
Parent(s):
86cff0f
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ funasr==1.0.28
|
|
4 |
modelscope==1.13.1
|
5 |
librosa==0.10.1
|
6 |
numpy==2.0.0
|
7 |
-
torch==2.1.2+cu121
|
8 |
-
torchaudio==2.1.2+cu121
|
|
|
4 |
modelscope==1.13.1
|
5 |
librosa==0.10.1
|
6 |
numpy==2.0.0
|
7 |
+
torch # ==2.1.2+cu121
|
8 |
+
torchaudio # ==2.1.2+cu121
|