uumerrr684 commited on
Commit
d983a85
·
verified ·
1 Parent(s): 2cd657f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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