Fabrice-TIERCELIN commited on
Commit
cb7f578
·
verified ·
1 Parent(s): 4bd05b1

Run the example on click

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