Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,6 @@ iface = gr.Interface(
|
|
| 107 |
outputs=gr.Markdown(label="Analysis Result"),
|
| 108 |
title="<div id='title'>🔍 AI Text Classifier</div>",
|
| 109 |
description="<div id='description'>Detect whether text is human-written or AI-generated using advanced NLP</div>",
|
| 110 |
-
examples=examples,
|
| 111 |
theme=gr.themes.Soft(
|
| 112 |
primary_hue="purple",
|
| 113 |
secondary_hue="pink",
|
|
|
|
| 107 |
outputs=gr.Markdown(label="Analysis Result"),
|
| 108 |
title="<div id='title'>🔍 AI Text Classifier</div>",
|
| 109 |
description="<div id='description'>Detect whether text is human-written or AI-generated using advanced NLP</div>",
|
|
|
|
| 110 |
theme=gr.themes.Soft(
|
| 111 |
primary_hue="purple",
|
| 112 |
secondary_hue="pink",
|