Prinaka commited on
Commit
21acef6
·
verified ·
1 Parent(s): 2d7510c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)