sandbox338 commited on
Commit
5d2e259
·
verified ·
1 Parent(s): d962114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -30,7 +30,6 @@ interface = gr.Interface(
30
  inputs=gr.Textbox(lines=4, placeholder="Andika maandishi ya Kiswahili hapa..."),
31
  outputs="text",
32
  title="Swahili Hate Speech Classifier",
33
- description="Classifies Swahili text as one of the following:\n- Non-hate speech\n- Political hate speech\n- Offensive language",
34
  examples=examples
35
  )
36
 
 
30
  inputs=gr.Textbox(lines=4, placeholder="Andika maandishi ya Kiswahili hapa..."),
31
  outputs="text",
32
  title="Swahili Hate Speech Classifier",
 
33
  examples=examples
34
  )
35