Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
|
84 |
run_button = gr.Button("Run", scale=0)
|
85 |
|
86 |
-
result = gr.Image(label="Result", show_label=False)
|
87 |
|
88 |
with gr.Accordion("Advanced Settings", open=False):
|
89 |
|
|
|
83 |
|
84 |
run_button = gr.Button("Run", scale=0)
|
85 |
|
86 |
+
result = gr.Image(label="Result", show_label=False, show_download_button=True)
|
87 |
|
88 |
with gr.Accordion("Advanced Settings", open=False):
|
89 |
|