K00B404 commited on
Commit
241468e
·
verified ·
1 Parent(s): 879a09e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -399,4 +399,4 @@ with gr.Blocks( css=css) as app:
399
  # Adjust the click function to include the API key, use_dev, and enhance_prompt_option as inputs
400
  text_button.click(query, inputs=inputs, outputs=[image_output, seed_output, final_prompt_output])
401
 
402
- app.launch(show_api=True, share=False)
 
399
  # Adjust the click function to include the API key, use_dev, and enhance_prompt_option as inputs
400
  text_button.click(query, inputs=inputs, outputs=[image_output, seed_output, final_prompt_output])
401
 
402
+ app.launch(show_api=True, share=False, show_error=True)