Gradio plot flicker fix
Compare changes
+ 19
− 0
@@ -164,29 +164,48 @@ class Interface(InterfaceWithExamples):
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