Spaces:
Runtime error
Runtime error
UltraMarkoRJ
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -232,4 +232,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondar
|
|
232 |
outputs=[output_image, final_prompt, used_seed]
|
233 |
)
|
234 |
|
235 |
-
demo.launch(debug=True)
|
|
|
232 |
outputs=[output_image, final_prompt, used_seed]
|
233 |
)
|
234 |
|
235 |
+
demo.launch(debug=True, share = True)
|