Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
|