K00B404 commited on
Commit
387cd80
Β·
verified Β·
1 Parent(s): ed234c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False, share=False)
 
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)