Spaces:
Sleeping
Sleeping
Jose Martin Rangel Espinoza commited on
Commit ·
76a117f
1
Parent(s): adf4d8b
Add additional dependencies for AI and audio processing
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -59,3 +59,8 @@ tzdata==2025.1 ; python_version >= "3.11"
|
|
| 59 |
urllib3==2.3.0 ; python_version >= "3.11"
|
| 60 |
uvicorn==0.34.0 ; python_version >= "3.11" and sys_platform != "emscripten"
|
| 61 |
websockets==15.0.1 ; python_version >= "3.11"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
urllib3==2.3.0 ; python_version >= "3.11"
|
| 60 |
uvicorn==0.34.0 ; python_version >= "3.11" and sys_platform != "emscripten"
|
| 61 |
websockets==15.0.1 ; python_version >= "3.11"
|
| 62 |
+
openai
|
| 63 |
+
gradio
|
| 64 |
+
gTTS
|
| 65 |
+
python-dotenv
|
| 66 |
+
huggingface_hub
|