Update app.py
Browse files
app.py
CHANGED
|
@@ -497,7 +497,7 @@ demo = gr.Interface(
|
|
| 497 |
gr.Textbox(label="Overall Result", lines=4)
|
| 498 |
],
|
| 499 |
title="AI Text Detector",
|
| 500 |
-
description="Analyze text to detect if it was written by a human or AI. Choose between quick scan and detailed sentence-level analysis.",
|
| 501 |
api_name="predict",
|
| 502 |
flagging_mode="never"
|
| 503 |
)
|
|
|
|
| 497 |
gr.Textbox(label="Overall Result", lines=4)
|
| 498 |
],
|
| 499 |
title="AI Text Detector",
|
| 500 |
+
description="Analyze text to detect if it was written by a human or AI. Choose between quick scan and detailed sentence-level analysis. 200+ words suggested for accurate predictions.",
|
| 501 |
api_name="predict",
|
| 502 |
flagging_mode="never"
|
| 503 |
)
|