Spaces:
Runtime error
Runtime error
fix
Browse files- .gitignore +3 -1
- requirements.txt +1 -1
.gitignore
CHANGED
|
@@ -2,4 +2,6 @@ __pycache__/
|
|
| 2 |
.venv/
|
| 3 |
.env
|
| 4 |
test.py
|
| 5 |
-
audio_files/
|
|
|
|
|
|
|
|
|
| 2 |
.venv/
|
| 3 |
.env
|
| 4 |
test.py
|
| 5 |
+
audio_files/
|
| 6 |
+
deploy.sh
|
| 7 |
+
Dockerfile
|
requirements.txt
CHANGED
|
@@ -28,6 +28,7 @@ gradio==4.44.0
|
|
| 28 |
gradio_client==1.3.0
|
| 29 |
grpcio==1.66.2
|
| 30 |
grpcio-tools==1.66.2
|
|
|
|
| 31 |
h11==0.14.0
|
| 32 |
h2==4.1.0
|
| 33 |
hpack==4.0.0
|
|
@@ -70,7 +71,6 @@ python-dateutil==2.9.0.post0
|
|
| 70 |
python-dotenv==1.0.1
|
| 71 |
python-multipart==0.0.11
|
| 72 |
pytz==2024.2
|
| 73 |
-
pywin32==306
|
| 74 |
PyYAML==6.0.2
|
| 75 |
qdrant-client==1.11.3
|
| 76 |
requests==2.32.3
|
|
|
|
| 28 |
gradio_client==1.3.0
|
| 29 |
grpcio==1.66.2
|
| 30 |
grpcio-tools==1.66.2
|
| 31 |
+
gunicorn==23.0.0
|
| 32 |
h11==0.14.0
|
| 33 |
h2==4.1.0
|
| 34 |
hpack==4.0.0
|
|
|
|
| 71 |
python-dotenv==1.0.1
|
| 72 |
python-multipart==0.0.11
|
| 73 |
pytz==2024.2
|
|
|
|
| 74 |
PyYAML==6.0.2
|
| 75 |
qdrant-client==1.11.3
|
| 76 |
requests==2.32.3
|