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

add developer name

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -58,7 +58,7 @@ 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 Identification in Speech!**",
62
  description="""
63
  Use this AI-powered tool to identify five major Arabic varieties from just a short audio clip:
64
 
@@ -72,7 +72,9 @@ demo = gr.Interface(
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
 
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
 
 
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
+
77
+ Developed with ❤️🤍💚 by Badr Alabsi [https://badrex.github.io/]""",
78
  examples=examples if examples else None,
79
  cache_examples=False, # Disable caching to avoid issues
80
  flagging_mode=None