Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|