Spaces:
Running
Running
Commit
·
899a753
1
Parent(s):
9be0260
UI - theme
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ description = """
|
|
53 |
Detect AI-generated texts with precision using the new **ModernBERT** model, fine-tuned for machine-generated text detection, and capable of identifying 40 different models.
|
54 |
|
55 |
-- 🤖 - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
|
56 |
-
-- ✅ - **Human Verification:** Marks human-written text with a green checkmark.
|
57 |
|
58 |
**Note:** The longer the text, the better the detection accuracy.
|
59 |
"""
|
@@ -67,7 +67,7 @@ iface = gr.Blocks(css="""
|
|
67 |
font-size: 18px;
|
68 |
padding: 15px;
|
69 |
margin-bottom: 20px;
|
70 |
-
width:
|
71 |
box-sizing: border-box;
|
72 |
margin: auto;
|
73 |
background-color: #1E1E2F;
|
@@ -79,7 +79,7 @@ iface = gr.Blocks(css="""
|
|
79 |
padding: 15px;
|
80 |
background-color: #2E2E3F;
|
81 |
margin-top: 20px;
|
82 |
-
width:
|
83 |
box-sizing: border-box;
|
84 |
text-align: center;
|
85 |
margin: auto;
|
|
|
53 |
Detect AI-generated texts with precision using the new **ModernBERT** model, fine-tuned for machine-generated text detection, and capable of identifying 40 different models.
|
54 |
|
55 |
-- 🤖 - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
|
56 |
+
-- ✅ - **Human Verification:** Marks human-written text with a green checkmark.
|
57 |
|
58 |
**Note:** The longer the text, the better the detection accuracy.
|
59 |
"""
|
|
|
67 |
font-size: 18px;
|
68 |
padding: 15px;
|
69 |
margin-bottom: 20px;
|
70 |
+
width: 60%;
|
71 |
box-sizing: border-box;
|
72 |
margin: auto;
|
73 |
background-color: #1E1E2F;
|
|
|
79 |
padding: 15px;
|
80 |
background-color: #2E2E3F;
|
81 |
margin-top: 20px;
|
82 |
+
width: 40%;
|
83 |
box-sizing: border-box;
|
84 |
text-align: center;
|
85 |
margin: auto;
|