FpOliveira commited on
Commit
56825f5
1 Parent(s): b704d43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,11 +6,11 @@ from scipy.special import softmax
6
 
7
  article_string = "Author: <a href=\"https://huggingface.co/FpOliveira\">Felipe Ramos de Oliveira</a>. Read more about our <a href=\"https://github.com/Silly-Machine/TuPi-Portuguese-Hate-Speech-Dataset\">The Portuguese hate speech dataset (TuPI) </a>."
8
 
9
- app_title = "Portuguese hate speech classifier - Classicador de discurso de ódio em português"
10
 
11
  app_description = """
12
- EN: This application employs multiple models to identify hate speech in Portuguese texts. You have the option to enter your own phrases by filling in the "Text" field or choosing one of the examples provided below.
13
- \nPT: Esta aplicativo emprega múltiplos modelos para identificar discurso de ódio em textos portugueses. Você tem a opção de inserir suas próprias frases preenchendo o campo "Texto" ou escolhendo um dos exemplos abaixo
14
  """
15
 
16
  app_examples = [
 
6
 
7
  article_string = "Author: <a href=\"https://huggingface.co/FpOliveira\">Felipe Ramos de Oliveira</a>. Read more about our <a href=\"https://github.com/Silly-Machine/TuPi-Portuguese-Hate-Speech-Dataset\">The Portuguese hate speech dataset (TuPI) </a>."
8
 
9
+ app_title = "Portuguese hate speech classifier (Binary) - Classificador de discurso de ódio em português (Binário)"
10
 
11
  app_description = """
12
+ EN: This application employs multiple natural language models to identify 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.
13
+ \nPT: Esta aplicativo emprega múltiplos modelos de linguagem natural para identificar discuros de odio em português. Você tem a opção de inserir suas próprias frases preenchendo o campo "Text" ou escolhendo um dos exemplos abaixo
14
  """
15
 
16
  app_examples = [