Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ app_title = "Portuguese Hate Speech Detection"
|
|
7 |
app_description = """
|
8 |
This app is the culmination of the kNOwHATE consortium project, which aimed to tackle Online Hate Speech in the Portuguese comunity. It serves as an user-friendly interface to classify text and identify instances of Hate Speech.
|
9 |
|
10 |
-
This app leverages state-of-the-art Natural Language Processing
|
11 |
|
12 |
Select a model from the dropdown menu and input your text to see the classification results. Explore the examples of Hate Speech and Non-Hate Speech offered, and join us in fostering a safer and more respectful online community.
|
13 |
|
14 |
-
For more information about the kNOwHATE project and its initiatives, visit our website [here](https://knowhate.eu).
|
15 |
"""
|
16 |
|
17 |
app_examples = [
|
|
|
7 |
app_description = """
|
8 |
This app is the culmination of the kNOwHATE consortium project, which aimed to tackle Online Hate Speech in the Portuguese comunity. It serves as an user-friendly interface to classify text and identify instances of Hate Speech.
|
9 |
|
10 |
+
This app leverages state-of-the-art Natural Language Processing models developed in the scope of this project to classify harmful text.
|
11 |
|
12 |
Select a model from the dropdown menu and input your text to see the classification results. Explore the examples of Hate Speech and Non-Hate Speech offered, and join us in fostering a safer and more respectful online community.
|
13 |
|
14 |
+
For more information about the kNOwHATE project and its initiatives, visit our website [here](https://knowhate.eu) and to explore and use these models visit our Hugging Face page [here](https://huggingface.co/knowhate).
|
15 |
"""
|
16 |
|
17 |
app_examples = [
|