fffiloni commited on
Commit
a265589
·
1 Parent(s): 3b7f088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -218,9 +218,9 @@ with gr.Blocks(css=css) as demo:
218
 
219
  run_btn = gr.Button("Run", elem_id="run_button")
220
 
221
- output_image = gr.Image(
222
- label = "Output"
223
- )
224
 
225
  # Advanced Settings
226
  with gr.Accordion("Advanced Settings", open=False):
 
218
 
219
  run_btn = gr.Button("Run", elem_id="run_button")
220
 
221
+ output_image = gr.Image(
222
+ label = "Output"
223
+ )
224
 
225
  # Advanced Settings
226
  with gr.Accordion("Advanced Settings", open=False):