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