ShAnSantosh commited on
Commit
938f076
·
1 Parent(s): b326cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,5 +109,5 @@ def predict(comment=None) -> dict:
109
 
110
  gr.Interface(fn=predict,
111
  inputs=gr.inputs.Textbox(lines=2, placeholder="Your Comment… "),
112
- title="Toxic Comment Classification"
113
  outputs=gr.outputs.Label(num_top_classes=NUM_CLASSES)).launch()
 
109
 
110
  gr.Interface(fn=predict,
111
  inputs=gr.inputs.Textbox(lines=2, placeholder="Your Comment… "),
112
+ title="Toxic Comment Classification",
113
  outputs=gr.outputs.Label(num_top_classes=NUM_CLASSES)).launch()