mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: adjust indent
This commit is contained in:
@@ -231,7 +231,7 @@ with shared.gradio_root:
|
|||||||
desc_input_image.upload(trigger_show_image_properties, inputs=desc_input_image,
|
desc_input_image.upload(trigger_show_image_properties, inputs=desc_input_image,
|
||||||
outputs=desc_image_size, show_progress=False, queue=False)
|
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():
|
with gr.Column():
|
||||||
metadata_input_image = grh.Image(label='For images created by Fooocus', source='upload', type='filepath')
|
metadata_input_image = grh.Image(label='For images created by Fooocus', source='upload', type='filepath')
|
||||||
metadata_json = gr.JSON(label='Metadata')
|
metadata_json = gr.JSON(label='Metadata')
|
||||||
|
|||||||
Reference in New Issue
Block a user