Spaces:
Runtime error
Runtime error
Run the example on click
Browse files
app.py
CHANGED
|
@@ -400,6 +400,7 @@ with gr.Blocks() as interface:
|
|
| 400 |
], scroll_to_output = True)
|
| 401 |
|
| 402 |
gr.Examples(
|
|
|
|
| 403 |
fn = uncrop,
|
| 404 |
inputs = [
|
| 405 |
input_image,
|
|
|
|
| 400 |
], scroll_to_output = True)
|
| 401 |
|
| 402 |
gr.Examples(
|
| 403 |
+
run_on_click = True,
|
| 404 |
fn = uncrop,
|
| 405 |
inputs = [
|
| 406 |
input_image,
|