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