EmoCube commited on
Commit
d82c582
·
verified ·
1 Parent(s): 5119a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
81
 
82
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
83
 
84
- app.launch(show_api=True, share=False)
 
81
 
82
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
83
 
84
+ app.launch(show_api=True, share=True)