prithivMLmods commited on
Commit
254eb91
·
verified ·
1 Parent(s): d7265c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -334,7 +334,7 @@ with gr.Blocks() as demo:
334
  with gr.Column():
335
  rerun_output = Rerun(
336
  label="Rerun Visualization",
337
- height=353
338
  )
339
 
340
  with gr.Row():
@@ -351,7 +351,7 @@ with gr.Blocks() as demo:
351
  steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
352
 
353
 
354
- with gr.Accordion("Open And Download The Edited Image File", open=False, visible=True):
355
  download_button = gr.DownloadButton(
356
  label="Download Image",
357
  visible=False,
 
334
  with gr.Column():
335
  rerun_output = Rerun(
336
  label="Rerun Visualization",
337
+ height=354
338
  )
339
 
340
  with gr.Row():
 
351
  steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
352
 
353
 
354
+ with gr.Accordion("Run Edit Image and Download Result", open=False, visible=True):
355
  download_button = gr.DownloadButton(
356
  label="Download Image",
357
  visible=False,