badrex commited on
Commit
93103cc
·
1 Parent(s): fa9bb6e

add links to models

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -82,7 +82,9 @@ demo = gr.Interface(
82
 
83
  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.
84
 
85
- Developed with ❤️🤍💚 by Badr Alabsi [https://badrex.github.io/]""",
 
 
86
  examples=examples if examples else None,
87
  cache_examples=False, # Disable caching to avoid issues
88
  flagging_mode=None
 
82
 
83
  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.
84
 
85
+ The demo is based on a Transformer model adapted for the ADI task [badrex/mms-300m-arabic-dialect-identifier](https://huggingface.co/badrex/mms-300m-arabic-dialect-identifier).
86
+
87
+ Developed with ❤️🤍💚 by [Badr Alabsi](https://badrex.github.io/)""",
88
  examples=examples if examples else None,
89
  cache_examples=False, # Disable caching to avoid issues
90
  flagging_mode=None