Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def classify_text(text):
|
|
98 |
|
99 |
|
100 |
|
101 |
-
title = "AI Text Detector"
|
102 |
|
103 |
description = """
|
104 |
|
@@ -111,13 +111,13 @@ This tool uses the <b>ModernBERT</b> model to identify whether a given text was
|
|
111 |
π <b>Model Detection:</b> Can identify content from over 40 AI models.<br>
|
112 |
π <b>Accuracy:</b> Works best with longer texts.<br>
|
113 |
π <b>Read more:</b> Our method is detailed in our paper:
|
114 |
-
<a href="
|
115 |
</div>
|
116 |
<br>
|
117 |
|
118 |
Paste your text below to analyze its origin.
|
119 |
"""
|
120 |
-
bottom_text = "**Developed by
|
121 |
|
122 |
|
123 |
AI_texts = [
|
|
|
98 |
|
99 |
|
100 |
|
101 |
+
title = "ACC-AI Text Detector"
|
102 |
|
103 |
description = """
|
104 |
|
|
|
111 |
π <b>Model Detection:</b> Can identify content from over 40 AI models.<br>
|
112 |
π <b>Accuracy:</b> Works best with longer texts.<br>
|
113 |
π <b>Read more:</b> Our method is detailed in our paper:
|
114 |
+
<a href="algorithmiccomputer-generatedconsciousness.com" target="_blank" style="color: #007bff; text-decoration: none;"><b>LINK</b></a>.
|
115 |
</div>
|
116 |
<br>
|
117 |
|
118 |
Paste your text below to analyze its origin.
|
119 |
"""
|
120 |
+
bottom_text = "**Developed by the ACC**"
|
121 |
|
122 |
|
123 |
AI_texts = [
|