Spaces:
Runtime error
Runtime error
Fix: pin starlette==0.41.3 and gradio==4.44.1 (Jinja2 unhashable dict TemplateResponse bug)
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
gradio==4.44.
|
| 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
|