sonicase commited on
Commit
c0060fc
·
verified ·
1 Parent(s): f2b385e

fix problem with gradio version

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -6
requirements.txt CHANGED
@@ -1,9 +1,6 @@
1
  transformers>=4.52.0
2
  accelerate>=0.30.0
3
- torch>=2.1.0
4
- torchaudio>=2.1.0
5
- gradio==5.23.3
6
- huggingface_hub>=0.23.0
7
- spaces
8
  soundfile
9
- librosa
 
 
1
  transformers>=4.52.0
2
  accelerate>=0.30.0
3
+ huggingface_hub==0.23.4
 
 
 
 
4
  soundfile
5
+ librosa
6
+