Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def predict(input_text):
|
|
23 |
iface = gr.Interface(fn=predict,
|
24 |
inputs=gr.Textbox(lines=2, placeholder="Enter Text Here..."),
|
25 |
outputs="text",
|
26 |
-
description="Detects hate speech
|
27 |
|
28 |
# Launch the app
|
29 |
iface.launch()
|
|
|
23 |
iface = gr.Interface(fn=predict,
|
24 |
inputs=gr.Textbox(lines=2, placeholder="Enter Text Here..."),
|
25 |
outputs="text",
|
26 |
+
description="Detects hate speech AGAINST GROUPS. Outputs 'Neutral or Ambiguous', 'Not Hate', or 'Offensive or Hate Speech'.")
|
27 |
|
28 |
# Launch the app
|
29 |
iface.launch()
|