Update app.py
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ iface = gr.Interface(
|
|
| 203 |
gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "DAIGT-Model"], label="Model Choice")
|
| 204 |
],
|
| 205 |
outputs="text",
|
| 206 |
-
title="
|
| 207 |
description=dec)
|
| 208 |
|
| 209 |
iface.launch()
|
|
|
|
| 203 |
gr.Radio(choices=["DeBERTa", "RoBERTa", "BERT", "DistilBERT", "DAIGT-Model"], label="Model Choice")
|
| 204 |
],
|
| 205 |
outputs="text",
|
| 206 |
+
title="Detection of AI Generated Text with Multiple Models",
|
| 207 |
description=dec)
|
| 208 |
|
| 209 |
iface.launch()
|