Spaces:
Runtime error
Runtime error
FpOliveira
commited on
Commit
•
49ae848
1
Parent(s):
9522329
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ app_title = "Portuguese hate speech identifier (Multiclass) - Identificador de d
|
|
14 |
# App description
|
15 |
app_description = """
|
16 |
EN: This application employs multiple natural language models to identify different types of hate speech in portuguese. You have the option to enter your own phrases by filling in the "Text" field or choosing one of the examples provided below.
|
17 |
-
\nPT: Esta aplicativo emprega múltiplos modelos de linguagem natural para identificar
|
18 |
"""
|
19 |
|
20 |
|
@@ -31,7 +31,7 @@ app_examples = [
|
|
31 |
# Output textbox component description
|
32 |
output_textbox_component_description = """
|
33 |
EN: This box will display hate speech results based on the average score of multiple models.
|
34 |
-
PT: Esta caixa exibirá resultados da
|
35 |
"""
|
36 |
|
37 |
# Output JSON component description
|
|
|
14 |
# App description
|
15 |
app_description = """
|
16 |
EN: This application employs multiple natural language models to identify different types of hate speech in portuguese. You have the option to enter your own phrases by filling in the "Text" field or choosing one of the examples provided below.
|
17 |
+
\nPT: Esta aplicativo emprega múltiplos modelos de linguagem natural para identificar diferentes tipos de discursos de ódio em português. Você tem a opção de inserir suas próprias frases preenchendo o campo "Text" ou escolhendo um dos exemplos abaixo
|
18 |
"""
|
19 |
|
20 |
|
|
|
31 |
# Output textbox component description
|
32 |
output_textbox_component_description = """
|
33 |
EN: This box will display hate speech results based on the average score of multiple models.
|
34 |
+
PT: Esta caixa exibirá resultados da classificação de discurso de ódio com base na pontuação média de vários modelos.
|
35 |
"""
|
36 |
|
37 |
# Output JSON component description
|