Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio>=3.0
|
| 2 |
-
requests
|
| 3 |
-
python-dotenv
|
|
|
|
| 1 |
+
gradio>=3.0,<4.0 # Pinning to Gradio 3.x for stability
|
| 2 |
+
requests>=2.28.0
|
| 3 |
+
python-dotenv>=0.21.0
|