Update app.py
Browse files
app.py
CHANGED
|
@@ -141,12 +141,8 @@ demo = gr.Interface(
|
|
| 141 |
info="Enter a phrase to check if it is sexist or not.",
|
| 142 |
),
|
| 143 |
gr.Dropdown([
|
| 144 |
-
"MatteoFasulo/twitter-roberta-base-
|
| 145 |
-
"MatteoFasulo/
|
| 146 |
-
"MatteoFasulo/twitter-roberta-base-hate_42",
|
| 147 |
-
"MatteoFasulo/xlm-roberta-base_69",
|
| 148 |
-
"MatteoFasulo/xlm-roberta-base_1337",
|
| 149 |
-
"MatteoFasulo/xlm-roberta-base_42",
|
| 150 |
],
|
| 151 |
label="Model",
|
| 152 |
info="Choose the model to use for prediction. XLM-RoBERTa models are suitable for multilingual text.",
|
|
|
|
| 141 |
info="Enter a phrase to check if it is sexist or not.",
|
| 142 |
),
|
| 143 |
gr.Dropdown([
|
| 144 |
+
"MatteoFasulo/twitter-roberta-base-hate",
|
| 145 |
+
"MatteoFasulo/xlm-roberta-base",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
],
|
| 147 |
label="Model",
|
| 148 |
info="Choose the model to use for prediction. XLM-RoBERTa models are suitable for multilingual text.",
|