Rachel1809 commited on
Commit
cda2e22
1 Parent(s): 1573992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ def evaluate_comment(Comment):
14
  return text
15
 
16
  interface = gr.Interface(fn = evaluate_comment, live=True, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'),
17
- outputs = 'text', description="An NLP model that classifies level of toxicity of the sentence."))
18
 
19
  interface.launch(debug=True, inline=True)
 
14
  return text
15
 
16
  interface = gr.Interface(fn = evaluate_comment, live=True, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'),
17
+ outputs = 'text', description="An NLP model that classifies level of toxicity of the sentence.")
18
 
19
  interface.launch(debug=True, inline=True)