DeepLearning101 commited on
Commit
c05a27d
·
verified ·
1 Parent(s): 137962d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch==1.13.1
2
  torchaudio==0.13.1
3
- gradio==3.36.0
 
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