DeepLearning101 commited on
Commit
8a7df0f
·
verified ·
1 Parent(s): fd0c313

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
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
 
 
 
 
 
1
+ torch==2.0.1
2
+ torchaudio==2.0.2
3
+ gradio==3.50.2
4
+ librosa==0.10.0
5
+ soundfile==0.12.1
6
+ numpy==1.24.4
7
+ huggingface-hub==0.16.4
8
+ pyyaml==6.0
9
+ audioread==3.0.0
10
+ pydub==0.25.1