Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
|
2 |
google-generativeai
|
3 |
gtts
|
4 |
-
gradio
|
5 |
-
kokoro
|
6 |
soundfile
|
7 |
-
|
|
|
8 |
werkzeug
|
9 |
requests
|
10 |
-
python-dotenv
|
|
|
|
|
|
1 |
+
flask
|
2 |
google-generativeai
|
3 |
gtts
|
|
|
|
|
4 |
soundfile
|
5 |
+
kokoro
|
6 |
+
flask-cors
|
7 |
werkzeug
|
8 |
requests
|
9 |
+
python-dotenv
|
10 |
+
numpy
|
11 |
+
scipy
|