fix: adjust indent
This commit is contained in:
parent
41eaf39ded
commit
fced8b4c24
2
webui.py
2
webui.py
|
|
@ -231,7 +231,7 @@ with shared.gradio_root:
|
|||
desc_input_image.upload(trigger_show_image_properties, inputs=desc_input_image,
|
||||
outputs=desc_image_size, show_progress=False, queue=False)
|
||||
|
||||
with gr.TabItem(label='Metadata') as metadata_tab:
|
||||
with gr.TabItem(label='Metadata') as metadata_tab:
|
||||
with gr.Column():
|
||||
metadata_input_image = grh.Image(label='For images created by Fooocus', source='upload', type='filepath')
|
||||
metadata_json = gr.JSON(label='Metadata')
|
||||
|
|
|
|||
Loading…
Reference in New Issue