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

share = true removed

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(share=True)
 
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()