Spaces:
Running
Running
shweaung
commited on
Commit
•
ffeb80d
1
Parent(s):
6158581
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
87 |
|
88 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|
89 |
|
90 |
-
app.launch(show_api=False, share=
|
|
|
87 |
|
88 |
text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|
89 |
|
90 |
+
app.launch(show_api=False, share=True)
|