K00B404 commited on
Commit
d636d76
1 Parent(s): f2922b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,4 +152,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
152
  # Adjust the click function to include the API key and use_dev as inputs
153
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, huggingface_api_key, use_dev], outputs=[image_output, seed_output])
154
 
155
- app.launch(show_api=True, share=False)
 
152
  # Adjust the click function to include the API key and use_dev as inputs
153
  text_button.click(query, inputs=[text_prompt, negative_prompt, steps, cfg, method, seed, strength, huggingface_api_key, use_dev], outputs=[image_output, seed_output])
154
 
155
+ app.launch(show_api=True, share=False,show_error=True)