Spaces:
Configuration error
Configuration error
update launch params
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks() as demo:
|
|
118 |
b2.click(fn = monkeypatching, inputs=[in_alpha_unet, in_alpha_texten, in_prompt, out_file,], outputs=out_image)
|
119 |
|
120 |
demo.queue(concurrency_count=3)
|
121 |
-
demo.launch(debug=True, show_error=True,
|
|
|
118 |
b2.click(fn = monkeypatching, inputs=[in_alpha_unet, in_alpha_texten, in_prompt, out_file,], outputs=out_image)
|
119 |
|
120 |
demo.queue(concurrency_count=3)
|
121 |
+
demo.launch(debug=True, show_error=True,)
|