It does not make sense to keep the hidden generate button in the "one-click-generation" tab, as there are too many bugs associated with running its event listener. Hence this PR removes that button, including all its related event listener and all related helper functions.
Additionally, this PR also updates all instances of gr.Text to be gr.TextBox (the former is simply an alias for the latter)
It does not make sense to keep the hidden generate button in the "one-click-generation" tab, as there are too many bugs associated with running its event listener. Hence this PR removes that button, including all its related event listener and all related helper functions.
Additionally, this PR also updates all instances of
gr.Text
to begr.TextBox
(the former is simply an alias for the latter)