Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Updated requirements with specific versions to avoid compatibility issues
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
google-generativeai>=0.8.0
|
| 4 |
+
gradio_client>=0.15.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
soundfile>=0.12.1
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
tqdm>=4.65.0
|
| 9 |
+
# Add these for better HTTP compatibility
|
| 10 |
+
aiohttp>=3.8.0
|
| 11 |
+
httpx>=0.24.0
|
| 12 |
+
# SSL/Certificate handling
|
| 13 |
+
certifi>=2023.0.0
|