makakwastaken commited on
Commit
c527acb
·
1 Parent(s): 8802f45

Remove share link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ demo = gr.Interface(fn=run,
46
  examples=[[path.as_posix(), 0.15] for path in paths],
47
  title=TITLE,
48
  description=DESCRIPTION)
49
- demo.queue().launch(share=True)
 
46
  examples=[[path.as_posix(), 0.15] for path in paths],
47
  title=TITLE,
48
  description=DESCRIPTION)
49
+ demo.queue().launch()