bczhou commited on
Commit
2dda842
1 Parent(s): 7bfd30f

set share to False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ demo = gr.Interface(
59
  description=description
60
  )
61
 
62
- demo.launch(share=True)
 
59
  description=description
60
  )
61
 
62
+ demo.launch()