Open Kyxsune opened 2 months ago
Can be seen on the hosted instance as well: https://huggingface.co/spaces/gradio/plot_guide_interactive
I also experienced the same issue. Although I failed to identify where this error came from, I temporarily resolved this issue by using different dependency; While this issue still open, this specific dependency might be helpful for others who are experiencing the same error:
gradio = "4.38.0"
pandas = "^2.2.2"
pydantic = "2.9.0"
fastapi = "0.112.2"
pydantic-core = "2.23.2"
Describe the bug
So I'm testing out the scatterplot module with the demo https://www.gradio.app/guides/creating-plots and even the simple example won't work correctly. It appears to fail due to an error in svelte:
Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
System Info
Severity
Blocking usage of gradio