bchaoss commited on
Commit
bf29e25
·
1 Parent(s): 27b4cad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ model = model_lstm
51
  imf = gr.Interface(fn=lambda input1, input2: detecter(input1, input2, stop_words, tokenizer, model), inputs=[title, text], outputs="text")
52
 
53
  if __name__ == "__main__":
54
- imf.launch()
 
51
  imf = gr.Interface(fn=lambda input1, input2: detecter(input1, input2, stop_words, tokenizer, model), inputs=[title, text], outputs="text")
52
 
53
  if __name__ == "__main__":
54
+ imf.launch(share=True)