iimran commited on
Commit
efdf187
·
verified ·
1 Parent(s): 1ebbd09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,9 +92,9 @@ if __name__ == "__main__":
92
  fn=gradio_predict,
93
  inputs=gr.Textbox(lines=7, placeholder="Enter text here..."),
94
  outputs="text",
95
- title="RudeRater - Offensive Language Detector",
96
  description=(
97
- "Abusse detector is designed to identify inappropriate content in text. "
98
  "It analyzes input for Australian Slang language and abuses. "
99
  "While it's trained on a compact dataset and may not catch highly nuanced or sophisticated language, "
100
  "it effectively detects day-to-day offensive language commonly used in conversations."
 
92
  fn=gradio_predict,
93
  inputs=gr.Textbox(lines=7, placeholder="Enter text here..."),
94
  outputs="text",
95
+ title="Abuse Detector - Offensive Language Detector",
96
  description=(
97
+ "Abuse detector is designed to identify inappropriate content in text. "
98
  "It analyzes input for Australian Slang language and abuses. "
99
  "While it's trained on a compact dataset and may not catch highly nuanced or sophisticated language, "
100
  "it effectively detects day-to-day offensive language commonly used in conversations."