gradio 3.39

This commit is contained in:
AUTOMATIC1111
2023-08-04 07:50:17 +03:00
parent 71efc5bda8
commit 362789a379
13 changed files with 95 additions and 86 deletions

View File

@@ -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"