Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|