Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -409,4 +409,4 @@ with gr.Blocks(
|
|
409 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
410 |
|
411 |
# Launch the Gradio app
|
412 |
-
app.launch(show_api=
|
|
|
409 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
410 |
|
411 |
# Launch the Gradio app
|
412 |
+
app.launch(show_api=True, share=False)
|