Open oscaracena opened 2 months ago
Also met this problem in gradio 4.44.0.
I also noticed something similar. While I'm not using the render decorator, I also have the same problem (unresponsive interface) when using any kind of plot (BarPlot and LinePlot in my case) in a gr.Blocks-setup.
The error occurs from 4.43 onwards and even on 5.0.1, but did not occur in version 4.42.
I have the same issue as @Atlas8008 with gradio@5.4.0
Describe the bug
There is an uncaught exception in the front end (JavaScript) when a plot is created inside a
gr.render
decorated function. After that, the whole interface becomes unresponsive.Have you searched existing issues? ๐
Reproduction
Screenshot
No response
Logs
System Info
Severity
Blocking usage of gradio