Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
pydub
|
|
|
4 |
emoji
|
5 |
-
|
6 |
-
|
7 |
|
8 |
|
9 |
|
|
|
1 |
+
gradio==4.27.0
|
2 |
+
whisper @ git+https://github.com/openai/whisper.git
|
3 |
pydub
|
4 |
+
gTTS
|
5 |
emoji
|
6 |
+
requests
|
7 |
+
|
8 |
|
9 |
|
10 |
|