seanerons commited on
Commit
5396a61
·
verified ·
1 Parent(s): 9401dac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -3
requirements.txt CHANGED
@@ -1,3 +1,12 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.45.1
2
+ speechbrain==0.5.13
3
+ openai-whisper @ git+https://github.com/openai/whisper.git@dd985ac4b90cafeef8712f2998d62c59c3e62d22
4
+ yt-dlp==2025.5.22
5
+ moviepy==1.0.3
6
+ librosa==0.9.2
7
+ soundfile==0.13.1
8
+ langdetect==1.0.9
9
+ numpy==1.24.4
10
+ torch==1.11.0
11
+ torchaudio==0.11.0
12
+ audio-recorder-streamlit==0.0.10