Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -367,7 +367,8 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
| 367 |
|
| 368 |
use_as_input_button.click(
|
| 369 |
fn=use_output_as_input, inputs=[result], outputs=[input_image]
|
| 370 |
-
)
|
|
|
|
| 371 |
fn=clear_result,
|
| 372 |
inputs=None,
|
| 373 |
outputs=result,
|
|
|
|
| 367 |
|
| 368 |
use_as_input_button.click(
|
| 369 |
fn=use_output_as_input, inputs=[result], outputs=[input_image]
|
| 370 |
+
)
|
| 371 |
+
run_button.click(
|
| 372 |
fn=clear_result,
|
| 373 |
inputs=None,
|
| 374 |
outputs=result,
|