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

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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("Run Edit Image and Download Result", open=False, visible=True):
355
  download_button = gr.DownloadButton(
356
  label="Download Image",
357
  visible=False,
 
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,