Update app.py
Browse files
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
|
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()
|