mihalykiss commited on
Commit
1b8504d
Β·
1 Parent(s): 78cde11

UI - theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.