Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
- Hate Speech: `Hate-speech-CNERG/dehatebert-mono-english`
|
16 |
-
|
17 |
-
## 💻 Local Installation
|
18 |
-
|
19 |
-
```bash
|
20 |
-
git clone https://github.com/YourUsername/emotion-hate-detector.git
|
21 |
-
cd emotion-hate-detector
|
22 |
-
pip install -r requirements.txt
|
23 |
-
python app.py
|
|
|
1 |
+
---
|
2 |
+
title: Emotion Hate Detector
|
3 |
+
emoji: 💻
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.32.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: emotion-hate-detector
|
12 |
+
---
|
13 |
+
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|