Gradio plot flicker fix
Compare changes
Files
2+ 17
− 3
@@ -163,17 +163,31 @@ class Interface(BaseInterface):
@@ -181,7 +195,7 @@ class Interface(BaseInterface):
bug fix on gradio version 4.44.0
Gradio gr.Plot
components will flicker if there is no default value.
So sets a default white plot, this will never be shown to the user