GJuarez67 commited on
Commit
e64f6f3
·
verified ·
1 Parent(s): 6e24229

Fix requirements.txt: remove gradio version pin to avoid SDK conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- gradio>=4.0,<5.0
 
 
1
+ # Dependencies are handled by the Gradio Space SDK.
2
+ # Add any extra packages here (not gradio itself).