mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-25 17:24:15 +00:00
Merge branch 'dev' into gradio4
This commit is contained in:
@@ -102,7 +102,7 @@ class DropdownEditable(gr.Dropdown, FormComponent):
|
||||
class InputAccordionImpl(gr.Checkbox):
|
||||
"""A gr.Accordion that can be used as an input - returns True if open, False if closed.
|
||||
|
||||
Actaully just a hidden checkbox, but creates an accordion that follows and is followed by the state of the checkbox.
|
||||
Actually just a hidden checkbox, but creates an accordion that follows and is followed by the state of the checkbox.
|
||||
"""
|
||||
|
||||
webui_do_not_create_gradio_pyi_thank_you = True
|
||||
|
||||
Reference in New Issue
Block a user