ryanwi commited on
Commit
6034e96
·
1 Parent(s): 5e83091
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ demo = gr.Interface(
8
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
9
  outputs="text",
10
  )
11
- demo.launch()
 
8
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
9
  outputs="text",
10
  )
11
+ demo.launch(share=True)