Spaces:
Build error
Build error
Commit
·
71305d9
1
Parent(s):
5175897
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|