MatteoFasulo commited on
Commit
a6db2a6
·
verified ·
1 Parent(s): 99b2813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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-hate_69",
145
- "MatteoFasulo/twitter-roberta-base-hate_1337",
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.",