Spaces:
Runtime error
Runtime error
fix: add gtts library to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ python-dotenv
|
|
6 |
gradio
|
7 |
git+https://github.com/openai/whisper.git
|
8 |
pymilvus
|
9 |
-
streamlit-audiorecorder
|
|
|
|
6 |
gradio
|
7 |
git+https://github.com/openai/whisper.git
|
8 |
pymilvus
|
9 |
+
streamlit-audiorecorder
|
10 |
+
gtts
|