Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -252,4 +252,4 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
252 |
|
253 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|
254 |
|
255 |
-
dalle.launch(show_api=False, share=False
|
|
|
252 |
|
253 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, strength], outputs=image_output)
|
254 |
|
255 |
+
dalle.launch(show_api=False, share=False)
|