Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -367,6 +367,7 @@ example-images {
|
|
367 |
gr.Examples(
|
368 |
examples=[["before.jpg"]],
|
369 |
inputs=[input_image],
|
|
|
370 |
cache_examples=True,
|
371 |
fn=advance_blur,
|
372 |
run_on_click=True,
|
|
|
367 |
gr.Examples(
|
368 |
examples=[["before.jpg"]],
|
369 |
inputs=[input_image],
|
370 |
+
outputs=[output_image],
|
371 |
cache_examples=True,
|
372 |
fn=advance_blur,
|
373 |
run_on_click=True,
|