SHassan commited on
Commit
966685e
·
verified ·
1 Parent(s): e40f53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ demo = gr.Interface(
34
  description="Create a beautiful greeting card with a name and message. Powered by Gradio + HTML."
35
  )
36
 
37
- demo.launch()
 
34
  description="Create a beautiful greeting card with a name and message. Powered by Gradio + HTML."
35
  )
36
 
37
+ demo.launch(share=True)