Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core packages
|
| 2 |
+
gradio==5.12.0
|
| 3 |
+
gradio-client==1.5.4
|
| 4 |
+
groq==0.15.0
|
| 5 |
+
requests
|
| 6 |
+
pillow
|
| 7 |
+
|
| 8 |
+
# Audio / Speech
|
| 9 |
+
gtts
|
| 10 |
+
pydub
|
| 11 |
+
speechrecognition
|
| 12 |
+
|
| 13 |
+
# Utils
|
| 14 |
+
python-dotenv
|
| 15 |
+
|
| 16 |
+
# Optional (safe to include if your code imports them)
|
| 17 |
+
fastapi
|
| 18 |
+
elevenlabs
|