Spaces:
Runtime error
Runtime error
Create requirements.py
Browse files- requirements.py +9 -0
requirements.py
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.2
|
| 2 |
+
uvicorn==0.32.0
|
| 3 |
+
transformers==4.45.2
|
| 4 |
+
torch==2.4.1
|
| 5 |
+
pydub==0.25.1
|
| 6 |
+
soundfile==0.12.1
|
| 7 |
+
twilio==9.3.3
|
| 8 |
+
websockets==13.1
|
| 9 |
+
gradio==5.1.0
|