Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +20 -21
requirements.txt
CHANGED
@@ -1,21 +1,20 @@
|
|
1 |
-
flask
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
google-cloud-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
werkzeug==3.0.1
|
|
|
1 |
+
flask
|
2 |
+
edge-tts
|
3 |
+
gTTS
|
4 |
+
pyttsx3
|
5 |
+
pynput
|
6 |
+
colorama
|
7 |
+
python-dotenv
|
8 |
+
PyYAML
|
9 |
+
requests
|
10 |
+
websockets
|
11 |
+
psutil
|
12 |
+
ffmpeg-python
|
13 |
+
numpy
|
14 |
+
pydub
|
15 |
+
google-cloud-texttospeech
|
16 |
+
google-cloud-speech
|
17 |
+
huggingface-hub
|
18 |
+
python-ngrok
|
19 |
+
flask-session
|
20 |
+
werkzeug
|
|