K-ZAS commited on
Commit
cf5aa54
·
1 Parent(s): 789ae00

Remove share option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
75
  article=article)
76
 
77
  # Launch the demo!
78
- demo.launch(share=True)
 
75
  article=article)
76
 
77
  # Launch the demo!
78
+ demo.launch()