Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -558,7 +558,7 @@ with block:
|
|
558 |
|
559 |
|
560 |
|
561 |
-
ins = [fore, prompt, intensity, mode, refprompt, isrmbg]
|
562 |
generate_button.click(fn=process_generate, inputs=ins, outputs=[result_gallery])
|
563 |
|
564 |
|
|
|
558 |
|
559 |
|
560 |
|
561 |
+
ins = [fore, prompt, intensity, mode, refprompt, isrmbg, model_type]
|
562 |
generate_button.click(fn=process_generate, inputs=ins, outputs=[result_gallery])
|
563 |
|
564 |
|