Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ import torch
|
|
4 |
|
5 |
app_title = "Portuguese Hate Speech Detection"
|
6 |
|
7 |
-
app_description = """
|
|
|
8 |
"""
|
9 |
-
This app detects hate speech on Portuguese text using multiple models. You can either introduce your own sentences by filling in "Text" or
|
10 |
|
11 |
app_examples = [
|
12 |
["as pessoas tem que perceber que ser 'panasca' não é deixar de ser homem, é deixar de ser humano kkk"],
|
|
|
4 |
|
5 |
app_title = "Portuguese Hate Speech Detection"
|
6 |
|
7 |
+
app_description = """
|
8 |
+
This app detects hate speech on Portuguese text using multiple models. You can either introduce your own sentences by filling in "Text" or click on one of the examples provided below.
|
9 |
"""
|
|
|
10 |
|
11 |
app_examples = [
|
12 |
["as pessoas tem que perceber que ser 'panasca' não é deixar de ser homem, é deixar de ser humano kkk"],
|