neelsahu commited on
Commit
2e4e35c
1 Parent(s): c6826a0

share=True added in launch method

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ output_interfaces = [
50
  ]
51
  app = gr.Interface(predict_abusive_lang, inputs='text', outputs=output_interfaces, title="Abuse Classifier", description="Enter a sentence and the model will predict whether it is abusive or not.")
52
  #Start the GRADIO app
53
- app.launch()
 
50
  ]
51
  app = gr.Interface(predict_abusive_lang, inputs='text', outputs=output_interfaces, title="Abuse Classifier", description="Enter a sentence and the model will predict whether it is abusive or not.")
52
  #Start the GRADIO app
53
+ app.launch(share=True)