comdoleger commited on
Commit
13806a4
·
verified ·
1 Parent(s): 48ecf85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -369,10 +369,9 @@ with block:
369
  fn=lambda *args: [args[-1]],
370
  examples=example_list,
371
  inputs=[
372
- fore, prompt, intensity, mode, refprompt, isrmbg,
373
  ],
374
- outputs=[result_gallery],
375
- run_on_click=True, examples_per_page=1024
376
  )
377
 
378
 
 
369
  fn=lambda *args: [args[-1]],
370
  examples=example_list,
371
  inputs=[
372
+ fore, prompt, intensity, mode, refprompt, isrmbg, imgholder
373
  ],
374
+
 
375
  )
376
 
377