badrex commited on
Commit
3f395fc
·
1 Parent(s): d8edf3c

edit App title

Browse files
Files changed (1) hide show
  1. app.py +9 -10
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 Identifier",
62
- description="""🎙️ **Arabic Dialect Identification in Speech!**
 
63
 
64
- Use this AI-powered tool to identify five major Arabic varieties from just a short audio clip:
65
 
66
- Modern Standard Arabic (MSA) - The formal language of media and education
67
 
68
- Egyptian Arabic - The dialect of Cairo, Alexandria, and popular Arabic cinema
69
 
70
- Gulf Arabic - Spoken across Saudi Arabia, UAE, Kuwait, Qatar, Bahrain, and Oman
71
 
72
- Levantine Arabic - The dialect of Syria, Lebanon, Jordan, and Palestine
73
 
74
- Maghrebi Arabic - The distinctive varieties of Morocco, Algeria, Tunisia, and Libya
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