sivakorn-su commited on
Commit
696fe5d
·
1 Parent(s): e275a23

fix requment

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -3,11 +3,13 @@ fastapi==0.104.1
3
  uvicorn[standard]==0.24.0
4
 
5
  # Audio processing
6
- openai-whisper==20231117
7
  pyannote.audio==3.1.1
8
  moviepy==1.0.3
9
  pydub==0.25.1
10
- faster-whisper
 
 
 
11
  # API and networking
12
  python-multipart==0.0.6
13
  pyngrok==7.0.0
@@ -20,4 +22,3 @@ omegaconf==2.3.0
20
  # Utilities
21
  nest_asyncio==1.5.8
22
  python-dotenv==1.0.0
23
-
 
3
  uvicorn[standard]==0.24.0
4
 
5
  # Audio processing
 
6
  pyannote.audio==3.1.1
7
  moviepy==1.0.3
8
  pydub==0.25.1
9
+ faster-whisper==1.1.1
10
+ ctranslate2==4.5.0
11
+ torchvision>=0.15.2
12
+ torchtext>=0.15.2
13
  # API and networking
14
  python-multipart==0.0.6
15
  pyngrok==7.0.0
 
22
  # Utilities
23
  nest_asyncio==1.5.8
24
  python-dotenv==1.0.0