engdarwish commited on
Commit
0281a53
·
verified ·
1 Parent(s): 4683600

Fix: pin starlette==0.41.3 and gradio==4.44.1 (Jinja2 unhashable dict TemplateResponse bug)

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio==4.44.0
2
  huggingface_hub==0.25.2
 
3
  numpy>=1.24
4
  scipy>=1.10
5
  matplotlib>=3.7
 
1
+ gradio==4.44.1
2
  huggingface_hub==0.25.2
3
+ starlette==0.41.3
4
  numpy>=1.24
5
  scipy>=1.10
6
  matplotlib>=3.7