Spaces:
Running
on
Zero
Running
on
Zero
add links to models
Browse files
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 |
-
|
|
|
|
|
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
|