Fabrice-TIERCELIN commited on
Commit
e77bb90
1 Parent(s): f172e70

Run the example on click

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,