Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import from_pretrained_keras
|
|
7 |
import re
|
8 |
|
9 |
|
10 |
-
app_title = "Portuguese Counter Hate
|
11 |
|
12 |
app_description = """
|
13 |
This prototype from the kNOwHATE project aims to classify a Portuguese target sentence as either hate speech, counter hate speech or neutral, considering another sentence as context.
|
|
|
7 |
import re
|
8 |
|
9 |
|
10 |
+
app_title = "Portuguese Counter Hate-Speech Detection"
|
11 |
|
12 |
app_description = """
|
13 |
This prototype from the kNOwHATE project aims to classify a Portuguese target sentence as either hate speech, counter hate speech or neutral, considering another sentence as context.
|