Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
transformers
|
2 |
git+https://github.com/ai4bharat/IndicF5.git
|
3 |
-
whisper
|
4 |
-
gradio
|
|
|
5 |
numpy
|
6 |
soundfile
|
7 |
torch
|
|
|
1 |
transformers
|
2 |
git+https://github.com/ai4bharat/IndicF5.git
|
3 |
+
openai-whisper
|
4 |
+
gradio==4.20.1
|
5 |
+
gradio-client==0.11.0
|
6 |
numpy
|
7 |
soundfile
|
8 |
torch
|