Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -218,9 +218,9 @@ with gr.Blocks(css=css) as demo:
|
|
218 |
|
219 |
run_btn = gr.Button("Run", elem_id="run_button")
|
220 |
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
|
225 |
# Advanced Settings
|
226 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
218 |
|
219 |
run_btn = gr.Button("Run", elem_id="run_button")
|
220 |
|
221 |
+
output_image = gr.Image(
|
222 |
+
label = "Output"
|
223 |
+
)
|
224 |
|
225 |
# Advanced Settings
|
226 |
with gr.Accordion("Advanced Settings", open=False):
|