prithivMLmods commited on
Commit
8252ef6
·
verified ·
1 Parent(s): 8b92413

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -351,10 +351,11 @@ 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("Download The Edited Image File", open=False, visible=True):
355
  download_button = gr.DownloadButton(
356
  label="Download Image",
357
- visible=True
 
358
  )
359
 
360
  gr.Examples(
 
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,
358
+ variant="primary"
359
  )
360
 
361
  gr.Examples(