Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
flask==2.0.1
|
2 |
flask-cors==3.0.10
|
3 |
google-generativeai==0.3.0
|
4 |
-
|
5 |
-
|
6 |
-
pygame==2.5.2
|
7 |
pyyaml==6.0.1
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
flask==2.0.1
|
2 |
flask-cors==3.0.10
|
3 |
google-generativeai==0.3.0
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
requests==2.31.0
|
|
|
6 |
pyyaml==6.0.1
|
7 |
+
huggingface_hub==0.20.1
|
8 |
+
transformers==4.36.2
|
9 |
+
torch==2.1.2
|
10 |
+
soundfile==0.12.1
|
11 |
+
webrtcvad==2.0.10
|
12 |
+
numpy==1.24.3
|