edit App title
Browse files
app.py
CHANGED
@@ -58,22 +58,21 @@ demo = gr.Interface(
|
|
58 |
fn=predict_dialect,
|
59 |
inputs=gr.Audio(),
|
60 |
outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
|
61 |
-
title="Arabic Dialect
|
62 |
-
description="""
|
|
|
63 |
|
64 |
-
|
65 |
|
66 |
-
✦
|
67 |
|
68 |
-
✦
|
69 |
|
70 |
-
✦
|
71 |
|
72 |
-
✦
|
73 |
|
74 |
-
|
75 |
-
|
76 |
-
Simply **upload an audio file** or **record yourself speaking** to see which dialect you match! Perfect for language learners, linguistics enthusiasts, or anyone curious about Arabic language variation.""",
|
77 |
examples=examples if examples else None,
|
78 |
cache_examples=False, # Disable caching to avoid issues
|
79 |
flagging_mode=None
|
|
|
58 |
fn=predict_dialect,
|
59 |
inputs=gr.Audio(),
|
60 |
outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
|
61 |
+
title="🎙️ **Arabic Dialect Identification in Speech!**",
|
62 |
+
description="""
|
63 |
+
Use this AI-powered tool to identify five major Arabic varieties from just a short audio clip:
|
64 |
|
65 |
+
✦ Modern Standard Arabic (MSA) - The formal language of media and education
|
66 |
|
67 |
+
✦ Egyptian Arabic - The dialect of Cairo, Alexandria, and popular Arabic cinema
|
68 |
|
69 |
+
✦ Gulf Arabic - Spoken across Saudi Arabia, UAE, Kuwait, Qatar, Bahrain, and Oman
|
70 |
|
71 |
+
✦ Levantine Arabic - The dialect of Syria, Lebanon, Jordan, and Palestine
|
72 |
|
73 |
+
✦ Maghrebi Arabic - The distinctive varieties of Morocco, Algeria, Tunisia, and Libya
|
74 |
|
75 |
+
Simply **upload an audio file** or **record yourself speaking** to see which dialect you match! Perfect for language learners, linguistics enthusiasts, or anyone curious about Arabic language variation.""",
|
|
|
|
|
76 |
examples=examples if examples else None,
|
77 |
cache_examples=False, # Disable caching to avoid issues
|
78 |
flagging_mode=None
|