Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch==1.13.1
|
2 |
torchaudio==0.13.1
|
3 |
-
gradio
|
|
|
4 |
soundfile
|
5 |
librosa
|
6 |
numpy<2
|
|
|
|
|
1 |
torchaudio==0.13.1
|
2 |
+
gradio>=3.50.2 # 或降级到 3.50.2 稳定版
|
3 |
+
torch>=2.0.1
|
4 |
soundfile
|
5 |
librosa
|
6 |
numpy<2
|