ash-171 commited on
Commit
683eaf9
·
verified ·
1 Parent(s): 5344d27

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -3
requirements.txt CHANGED
@@ -1,3 +1,15 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit>=1.25.0
2
+ requests==2.31.0
3
+ pydub==0.25.1
4
+ torch==1.11.0
5
+ torchaudio==0.11.0
6
+ speechbrain==0.5.12
7
+ transformers==4.29.2
8
+ asyncio==3.4.3
9
+ ffmpeg-python==0.2.0
10
+ openai-whisper==20230314
11
+ numpy==1.22.4
12
+ langchain>=0.1.0
13
+ langchain-community>=0.0.30
14
+ torchvision==0.12.0
15
+ langgraph>=0.0.20