Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
gradio==4.29.0
|
|
|
|
| 2 |
git+https://github.com/openai/whisper.git
|
| 3 |
ffmpeg-python
|
| 4 |
googletrans==4.0.0rc1
|
| 5 |
-
srt
|
| 6 |
torch
|
| 7 |
-
torchaudio
|
|
|
|
|
|
| 1 |
gradio==4.29.0
|
| 2 |
+
httpx==0.27.2
|
| 3 |
git+https://github.com/openai/whisper.git
|
| 4 |
ffmpeg-python
|
| 5 |
googletrans==4.0.0rc1
|
| 6 |
+
srt
|
| 7 |
torch
|
| 8 |
+
torchaudio
|
| 9 |
+
indic-transliteration
|