Spaces:
Running
Running
Update app.py
Browse files
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="
|
96 |
description=(
|
97 |
-
"
|
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."
|