update app
Browse files
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=
|
|
|
|
| 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(
|