Closed TheGameratorT closed 1 year ago
This pull request fixes the Gradio deprecation warnings on stable diffusion webui v1.6.0
It replaces all occurences of gr.inputs with gr and their respective default= argument with value=
gr.inputs
gr
default=
value=
This pull request fixes the Gradio deprecation warnings on stable diffusion webui v1.6.0
It replaces all occurences of
gr.inputs
withgr
and their respectivedefault=
argument withvalue=