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