TLeonidas commited on
Commit
6556103
1 Parent(s): 1ffa0b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 in text. Outputs 'Neutral or Ambiguous', 'Not Hate', or 'Offensive or 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()