Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -145,5 +145,5 @@ with gr.Blocks() as demo:
|
|
145 |
inputs = [original_image, input_mask, prompt, negative_prompt, blended, invert_mask, control_strength, seed, randomize_seed, guidance_scale, num_inference_steps]
|
146 |
run_button.click(fn=process, inputs=inputs, outputs=[result_gallery])
|
147 |
|
148 |
-
demo.queue(concurrency_count=
|
149 |
-
demo.launch(
|
|
|
145 |
inputs = [original_image, input_mask, prompt, negative_prompt, blended, invert_mask, control_strength, seed, randomize_seed, guidance_scale, num_inference_steps]
|
146 |
run_button.click(fn=process, inputs=inputs, outputs=[result_gallery])
|
147 |
|
148 |
+
demo.queue(concurrency_count=1, api_open=True)
|
149 |
+
demo.launch(show_api=True, enable_queue=True, show_error=True)
|