Spaces:
Sleeping
Sleeping
Boukabous
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ app = gr.Interface(
|
|
33 |
inputs=gr.Textbox(lines=5, placeholder="Enter your text here..."),
|
34 |
outputs=gr.Textbox(),
|
35 |
title="AI Text Detector",
|
36 |
-
description="Detect whether a given text is AI-generated or human-written
|
37 |
allow_flagging="never",
|
38 |
)
|
39 |
|
|
|
33 |
inputs=gr.Textbox(lines=5, placeholder="Enter your text here..."),
|
34 |
outputs=gr.Textbox(),
|
35 |
title="AI Text Detector",
|
36 |
+
description="Detect whether a given text is AI-generated or human-written.",
|
37 |
allow_flagging="never",
|
38 |
)
|
39 |
|