teszenofficial commited on
Commit
48f0b9a
·
verified ·
1 Parent(s): e810242

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- fastapi
2
- uvicorn
3
- librosa>=0.9,<1.0
4
- numpy
5
- pydub
6
  soundfile
7
  ffmpeg-python
 
1
+ gradio>=4.0.0
2
+ librosa>=0.9.0,<1.0
3
+ numpy>=1.23
4
+ pydub>=0.25.1
 
5
  soundfile
6
  ffmpeg-python