KIMOSSINO commited on
Commit
b8ce021
·
verified ·
1 Parent(s): f79c89e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- gradio==3.50.2
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.104.1
2
+ uvicorn==0.24.0
3
+ python-multipart==0.0.6
4
+ transformers==4.35.2
5
+ torch==2.1.1
6
+ torchaudio==2.1.1
7
+ openai-whisper==20231117
8
+ sentencepiece==0.1.99
9
+ TTS==0.21.1
10
+ numpy==1.26.2
11
+ python-dotenv==1.0.0
12
+ jinja2==3.1.2
13
+ aiofiles==23.2.1
14
+ gradio==4.7.1