Update app.py
Browse files
app.py
CHANGED
@@ -113,4 +113,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
113 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
114 |
|
115 |
# Launch the Gradio app
|
116 |
-
app.launch(show_api=False, share=
|
|
|
113 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, width, height], outputs=image_output)
|
114 |
|
115 |
# Launch the Gradio app
|
116 |
+
app.launch(show_api=False, share=True)
|