Spaces:
Running
Running
Commit
Β·
1b8504d
1
Parent(s):
78cde11
UI - theme
Browse files
app.py
CHANGED
|
@@ -50,9 +50,9 @@ def classify_text(text):
|
|
| 50 |
title = "Detect AI Generated Texts!"
|
| 51 |
description = """
|
| 52 |
|
|
|
|
| 53 |
|
| 54 |
-
|
| 55 |
-
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.
|
| 56 |
|
| 57 |
- π€ - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
|
| 58 |
- β
- **Human Verification:** Marks human-written text with a green checkmark.
|
|
|
|
| 50 |
title = "Detect AI Generated Texts!"
|
| 51 |
description = """
|
| 52 |
|
| 53 |
+
---
|
| 54 |
|
| 55 |
+
Detect AI-generated texts with precision using the new **ModernBERT** model, fine-tuned for machine-generated text detection which capable of identifying 40 different models.
|
|
|
|
| 56 |
|
| 57 |
- π€ - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
|
| 58 |
- β
- **Human Verification:** Marks human-written text with a green checkmark.
|