diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 04:52:29 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-05 04:52:29 +0000 |
commit | 22ecb78b51f7e6f0234cbc0efbde4ee9a2dc466f (patch) | |
tree | 69e3bf4d53f4113f192116c252a2e410bb5b1f90 /modules/ui_components.py | |
parent | 390bffa81b747a7eb38ac7a0cd6dfb9fcc388151 (diff) | |
parent | 0ae2767ae6bb775de448b0d8cda1806edb2aef67 (diff) | |
download | stable-diffusion-webui-gfx803-22ecb78b51f7e6f0234cbc0efbde4ee9a2dc466f.tar.gz stable-diffusion-webui-gfx803-22ecb78b51f7e6f0234cbc0efbde4ee9a2dc466f.tar.bz2 stable-diffusion-webui-gfx803-22ecb78b51f7e6f0234cbc0efbde4ee9a2dc466f.zip |
Merge branch 'dev' into multiple_loaded_models
Diffstat (limited to 'modules/ui_components.py')
-rw-r--r-- | modules/ui_components.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_components.py b/modules/ui_components.py index 64451df7..8f8a7088 100644 --- a/modules/ui_components.py +++ b/modules/ui_components.py @@ -35,7 +35,7 @@ class FormColumn(FormComponent, gr.Column): class FormGroup(FormComponent, gr.Group):
- """Same as gr.Row but fits inside gradio forms"""
+ """Same as gr.Group but fits inside gradio forms"""
def get_block_name(self):
return "group"
|