SHSH0819 commited on
Commit
332a741
1 Parent(s): 9413940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
80
  article=article)
81
 
82
  # Launch the demo!
83
- demo.launch(debug=False, share=True)
 
80
  article=article)
81
 
82
  # Launch the demo!
83
+ demo.launch(debug=False, share=False)