Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -227,4 +227,4 @@ with gr.Blocks(title="CoAdapter", css=".gr-box {border-color: #8136e2}") as demo
|
|
227 |
inps.extend([prompt, neg_prompt, scale, n_samples, seed, steps, resize_short_edge, cond_tau])
|
228 |
submit.click(fn=run, inputs=inps, outputs=[output, cond])
|
229 |
# demo.launch()
|
230 |
-
demo.launch(
|
|
|
227 |
inps.extend([prompt, neg_prompt, scale, n_samples, seed, steps, resize_short_edge, cond_tau])
|
228 |
submit.click(fn=run, inputs=inps, outputs=[output, cond])
|
229 |
# demo.launch()
|
230 |
+
demo.queue().launch(debug=True, server_name='0.0.0.0')
|