ehristoforu commited on
Commit
c517b3f
1 Parent(s): 6d0841b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ with gr.Blocks(css=css, theme="Base") as demo:
174
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
175
 
176
  demo.queue(concurrency_count=10)
177
- demo.launch()
 
174
  text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed], outputs=image_output)
175
 
176
  demo.queue(concurrency_count=10)
177
+ demo.launch(debug=False, share=False, show_error=False, show_api=False)