Spaces:
Sleeping
Sleeping
fix: pin gradio==5.49.1 + huggingface_hub<1.0 (Jinja2 bug in Gradio 4)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio
|
| 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
|