potsawee commited on
Commit
b01dafd
·
verified ·
1 Parent(s): 41ec552

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  torch>=2.0.0
2
  transformers>=4.40.0
3
- gradio>=4.0.0
4
  soundfile>=0.12.0
5
  librosa>=0.10.0
6
  numpy>=1.24.0
7
  openai>=1.0.0
8
  safetensors>=0.4.0
9
  kokoro>=0.9.2
 
10
 
 
1
  torch>=2.0.0
2
  transformers>=4.40.0
3
+ gradio>=4.44.1
4
  soundfile>=0.12.0
5
  librosa>=0.10.0
6
  numpy>=1.24.0
7
  openai>=1.0.0
8
  safetensors>=0.4.0
9
  kokoro>=0.9.2
10
+ huggingface-hub<0.27.0
11