gilramos commited on
Commit
2c156ec
1 Parent(s): 4758bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import torch
3
  from transformers import pipeline
4
 
5
- app_title = "Portuguese Hate Speech Detection"
6
 
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.
 
2
  import torch
3
  from transformers import pipeline
4
 
5
+ app_title = "Portuguese Hate Speech Detection (NFAA)"
6
 
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.