okite97 commited on
Commit
e6d1616
·
1 Parent(s): 670f324

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ demo = gr.Interface(fn=predict_news, inputs = [textbox1, textbox2],
31
  title=title,
32
  description=description,
33
  article = article, examples = examples)
34
- demo.launch(share=True)
35
 
 
31
  title=title,
32
  description=description,
33
  article = article, examples = examples)
34
+ demo.launch()
35