Spaces:
Sleeping
Sleeping
Boukabous
commited on
Commit
·
9cafea1
1
Parent(s):
6f54269
test 2
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 |
|