Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,11 @@ with gr.Blocks(css=CSS) as demo:
|
|
114 |
|
115 |
**Features**
|
116 |
- **Hate Speech Classification**
|
117 |
-
- **Dialect Detection**
|
|
|
|
|
|
|
|
|
118 |
- **Threat Severity Score**
|
119 |
- **Recommended Action** (rule-based)
|
120 |
|
|
|
114 |
|
115 |
**Features**
|
116 |
- **Hate Speech Classification**
|
117 |
+
- **Dialect Detection** [MAGHREB (North African dialects),
|
118 |
+
LEV (Levantine dialects),
|
119 |
+
MSA (Modern Standard Arabic),
|
120 |
+
GLF (Gulf dialects),
|
121 |
+
EGY (Egyptian Arabic)]
|
122 |
- **Threat Severity Score**
|
123 |
- **Recommended Action** (rule-based)
|
124 |
|