Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +22 -12
requirements.txt
CHANGED
@@ -1,12 +1,22 @@
|
|
1 |
-
flask==2.
|
2 |
-
flask-
|
3 |
-
google-generativeai==0.3.
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.3.3
|
2 |
+
flask-socketio==5.3.6
|
3 |
+
google-generativeai==0.3.1
|
4 |
+
anthropic==0.7.7
|
5 |
+
huggingface-hub==0.19.4
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
requests==2.31.0
|
8 |
+
pyyaml==6.0.1
|
9 |
+
numpy==1.24.3
|
10 |
+
pandas==2.0.3
|
11 |
+
python-engineio==4.8.0
|
12 |
+
python-socketio==5.10.0
|
13 |
+
websockets==11.0.3
|
14 |
+
sounddevice==0.4.6
|
15 |
+
soundfile==0.12.1
|
16 |
+
scipy==1.10.1
|
17 |
+
librosa==0.10.1
|
18 |
+
pynput==1.7.6
|
19 |
+
webrtcvad==2.0.10
|
20 |
+
edge-tts==6.1.9
|
21 |
+
voicerss-tts==1.0.6
|
22 |
+
ngrok==0.12.1
|