Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 62 |
gr.Markdown("Based on the paper '[A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)' by Gatys et al.")
|
| 63 |
|
| 64 |
# Launch the Gradio app
|
| 65 |
-
demo.launch(debug=True)
|
|
|
|
| 62 |
gr.Markdown("Based on the paper '[A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)' by Gatys et al.")
|
| 63 |
|
| 64 |
# Launch the Gradio app
|
| 65 |
+
demo.launch(share=True,debug=True)
|