Spaces:
Runtime error
Runtime error
Run the example on click
Browse files
app.py
CHANGED
|
@@ -219,6 +219,7 @@ with gr.Blocks() as interface:
|
|
| 219 |
], scroll_to_output = True)
|
| 220 |
|
| 221 |
gr.Examples(
|
|
|
|
| 222 |
fn = pix2pix,
|
| 223 |
inputs = [
|
| 224 |
input_image,
|
|
|
|
| 219 |
], scroll_to_output = True)
|
| 220 |
|
| 221 |
gr.Examples(
|
| 222 |
+
run_on_click = True,
|
| 223 |
fn = pix2pix,
|
| 224 |
inputs = [
|
| 225 |
input_image,
|