Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Select a model from the dropdown menu and input your text to see the classificat
|
|
15 |
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).
|
16 |
"""
|
17 |
|
18 |
-
def_model = 'knowhate/
|
19 |
|
20 |
# 1 0 2
|
21 |
app_examples = [
|
|
|
15 |
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).
|
16 |
"""
|
17 |
|
18 |
+
def_model = 'knowhate/counterhate-twitter-bertimbau'
|
19 |
|
20 |
# 1 0 2
|
21 |
app_examples = [
|