Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(css=css) as dalle:
|
|
123 |
|
124 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, width, height], outputs=image_output)
|
125 |
|
126 |
-
dalle.launch(show_api=False)
|
|
|
123 |
|
124 |
text_button.click(query, inputs=[text_prompt, model, negative_prompt, steps, cfg, method, seed, width, height], outputs=image_output)
|
125 |
|
126 |
+
dalle.launch(show_api=False, share=False)
|