Hematej commited on
Commit
bca4c02
·
verified ·
1 Parent(s): d620cb2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -17
requirements.txt CHANGED
@@ -1,18 +1,9 @@
1
- gradio==4.38.1
2
- gradio_client==1.1.0
3
- TTS==0.22.0
4
- torch==2.3.0
5
- torchvision==0.18.0
6
- torchaudio==2.3.0
7
- numpy
8
- soundfile
9
- pydantic==2.10.6
10
- transformers==4.49.0
11
- scipy
12
- accelerate==0.24.1
13
- pydub==0.25.1
14
- librosa==0.10.0
15
- ffmpeg-python==0.2.0
16
- fastapi==0.100.0
17
- uvicorn==0.24.0
18
 
 
1
+ gradio>=4.38,<5
2
+ torch>=2.3,<2.4
3
+ TTS>=0.22,<0.23
4
+ numpy>=1.24
5
+ soundfile>=0.12
6
+ pydub>=0.25
7
+ transformers>=4.49
8
+ ffmpeg-python>=0.2
 
 
 
 
 
 
 
 
 
9