agentpx commited on
Commit
5c2411f
·
1 Parent(s): 5c43ee8

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ demo = gr.Interface(
9
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
10
  outputs="text",
11
  )
12
- demo.launch(share=True)
 
9
  inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
10
  outputs="text",
11
  )
12
+ demo.launch()