mukunda1729 commited on
Commit
0f2e320
·
verified ·
1 Parent(s): be2ff03

fix: pin gradio==5.49.1 + huggingface_hub<1.0 (Jinja2 bug in Gradio 4)

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio>=4.44.0,<5
2
- huggingface_hub<1.0
3
  agentfit-py>=0.1.0
4
  agentguard-firewall>=0.1.0
5
  agentsnap-py>=0.1.0
 
1
+ gradio==5.49.1
2
+ huggingface_hub>=0.30,<1.0
3
  agentfit-py>=0.1.0
4
  agentguard-firewall>=0.1.0
5
  agentsnap-py>=0.1.0