Spaces:
Build error
Build error
Commit
·
10519e5
1
Parent(s):
71305d9
Update requirements.txt
Browse files- 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 |
-
|
|
|
|
|
|
|
4 |
gradio
|
5 |
-
|
6 |
-
sounddevice
|
|
|
|
|
1 |
soundfile
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
librosa
|
5 |
+
ffmpeg
|
6 |
gradio
|
7 |
+
libportaudio2
|
|