AezersX commited on
Commit
e6cd80e
·
1 Parent(s): d219bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ def score_comment(comment):
37
  return text
38
 
39
  interface = gr.Interface(fn=score_comment, inputs=gr.inputs.Textbox(lines=2, placeholder='Toxic Detector by: AezersX'), outputs='text')
40
- interface.launch(share=True)
 
37
  return text
38
 
39
  interface = gr.Interface(fn=score_comment, inputs=gr.inputs.Textbox(lines=2, placeholder='Toxic Detector by: AezersX'), outputs='text')
40
+ interface.launch()