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

UI - theme

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -51,10 +51,11 @@ title = "Detect AI Generated Texts!"
51
  description = """
52
 
53
 
 
54
  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.
55
 
56
- -- πŸ€– - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
57
- -- βœ… - **Human Verification:** Marks human-written text with a green checkmark.
58
 
59
  **Note:** The longer the text, the better the detection accuracy.
60
 
 
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.
59
 
60
  **Note:** The longer the text, the better the detection accuracy.
61