KIMOSSINO commited on
Commit
cf3ed9b
·
verified ·
1 Parent(s): d30be26

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -10
requirements.txt CHANGED
@@ -1,14 +1,10 @@
1
- gradio>=4.0.0
 
2
  openai-whisper>=20231117
3
- edge-tts>=6.1.9
4
  transformers>=4.35.2
5
  torch>=2.1.1
6
- deep-translator>=1.11.4
7
- python-docx>=1.0.1
8
- pydub>=0.25.1
9
- numpy>=1.26.2
10
- tqdm>=4.66.1
11
  ffmpeg-python>=0.2.0
12
- python-dotenv>=1.0.0
13
- soundfile>=0.12.1
14
- librosa>=0.10.1
 
1
+ fastapi>=0.100.0
2
+ uvicorn>=0.22.0
3
  openai-whisper>=20231117
 
4
  transformers>=4.35.2
5
  torch>=2.1.1
6
+ pydantic>=1.10.9
7
+ subprocess>=3.5.0
8
+ pathlib>=1.0.1
 
 
9
  ffmpeg-python>=0.2.0
10
+ tts>=0.3.1