zeyadusf commited on
Commit
1a06d96
1 Parent(s): 2a3ba09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ iface = gr.Interface(
196
  ],
197
  outputs="text",
198
  title="Text Classification with Multiple Models",
199
- description="Classify text as generated or human-written using DeBERTa, RoBERTa, BERT, DistilBERT, or a custom Feedforward model. See the confidence percentages for each prediction."
200
  )
201
 
202
  iface.launch()
 
196
  ],
197
  outputs="text",
198
  title="Text Classification with Multiple Models",
199
+ description="Classify text as generated or human-written using DeBERTa, RoBERTa, BERT, DistilBERT, or ensamble (RoBERTa and DeBERTa) with custom Feedforward model `DAIGT-Model`. See the confidence percentages for each prediction."
200
  )
201
 
202
  iface.launch()