Nortix commited on
Commit
792b37f
·
verified ·
1 Parent(s): c66a99a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -1,14 +1,10 @@
1
- # AI Text Detector
2
-
3
- A beautiful and powerful interface to detect if text is written by AI or a human.
4
- Powered by Roberta-base from Hugging Face and hosted using Gradio Spaces.
5
-
6
- ## Features
7
-
8
- - Color-coded results
9
- - JSON-style breakdown
10
- - Verdict indicator (AI, Human, Mixed)
11
-
12
- ## Model
13
-
14
- Using: `roberta-base-openai-detector`
 
1
+ ---
2
+ title: AI Text Detector
3
+ emoji: 🤖
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.27.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---