calebaryee321 commited on
Commit
10519e5
1 Parent(s): 71305d9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- !pip install --upgrade git+https://github.com/openai/whisper.git
2
  soundfile
3
- !sudo apt update && sudo apt install ffmpeg
 
 
 
4
  gradio
5
- !sudo apt-get install libportaudio2
6
- sounddevice
 
 
1
  soundfile
2
+ transformers
3
+ torch
4
+ librosa
5
+ ffmpeg
6
  gradio
7
+ libportaudio2