Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
gradio==4.29.0
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
llama-index-llms-huggingface
|
@@ -10,4 +10,9 @@ torchaudio
|
|
10 |
soundfile
|
11 |
librosa
|
12 |
resampy
|
13 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
gradio==4.29.0
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
llama-index-llms-huggingface
|
|
|
10 |
soundfile
|
11 |
librosa
|
12 |
resampy
|
13 |
+
sentencepiece
|
14 |
+
openai==0.27.8
|
15 |
+
transformers==4.31.0
|
16 |
+
whisper==1.0
|
17 |
+
datasets==2.14.0
|
18 |
+
gtts==2.2.4
|