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