badrex commited on
Commit
499c51b
·
1 Parent(s): 88f1d98

edit space description

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -70,7 +70,9 @@ demo = gr.Interface(
70
  outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
71
  title="🎙️ Arabic Dialect Identification in Speech!",
72
  description="""
73
- Use this AI-powered tool to identify five major Arabic varieties from just a short audio clip:
 
 
74
 
75
  ✦ Modern Standard Arabic (MSA) - The formal language of media and education
76
 
 
70
  outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
71
  title="🎙️ Arabic Dialect Identification in Speech!",
72
  description="""
73
+ Use this AI speech model to identify five major Arabic varieties from just a short audio clip.
74
+
75
+ The following Arabic language varieties are supported:
76
 
77
  ✦ Modern Standard Arabic (MSA) - The formal language of media and education
78