Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 199 |
label="Edited Image",
|
| 200 |
type="pil",
|
| 201 |
height=400,
|
| 202 |
-
|
| 203 |
)
|
| 204 |
|
| 205 |
gr.Markdown("### 💡 Tips")
|
|
|
|
| 199 |
label="Edited Image",
|
| 200 |
type="pil",
|
| 201 |
height=400,
|
| 202 |
+
buttons=["download"]
|
| 203 |
)
|
| 204 |
|
| 205 |
gr.Markdown("### 💡 Tips")
|