comdoleger commited on
Commit
7a66ea4
1 Parent(s): cd05370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -413,9 +413,7 @@ with block:
413
  examples=example_list,
414
  inputs=[
415
  fore, prompt, intensity, mode, refprompt, isrmbg, dummy_image_for_outputs
416
- ],
417
- outputs=[result_gallery],
418
- run_on_click=False, examples_per_page=1024
419
 
420
  )
421
  '''
 
413
  examples=example_list,
414
  inputs=[
415
  fore, prompt, intensity, mode, refprompt, isrmbg, dummy_image_for_outputs
416
+ ]
 
 
417
 
418
  )
419
  '''