Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,14 +116,14 @@ demo = gr.Interface(
|
|
116 |
fn=predict_dialect,
|
117 |
inputs=gr.Audio(),
|
118 |
outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
|
119 |
-
title="
|
120 |
description="""
|
121 |
<div class="centered-content">
|
122 |
<img src="https://huggingface.co/badrex/mms-300m-arabic-dialect-identifier/resolve/main/assets/logo.png" alt="Logo" style="width: 200px; height: auto; margin-bottom: 20px;">
|
123 |
<br>
|
124 |
-
<div
|
125 |
<p style="font-size: 16px; line-height: 1.6;">
|
126 |
-
Use this
|
127 |
</p>
|
128 |
<br>
|
129 |
<p style="font-size: 15px; line-height: 1.8;">
|
|
|
116 |
fn=predict_dialect,
|
117 |
inputs=gr.Audio(),
|
118 |
outputs=gr.Label(num_top_classes=5, label="Predicted Dialect"),
|
119 |
+
title="Tamyïz 🍉 Arabic Dialect Identification in Speech",
|
120 |
description="""
|
121 |
<div class="centered-content">
|
122 |
<img src="https://huggingface.co/badrex/mms-300m-arabic-dialect-identifier/resolve/main/assets/logo.png" alt="Logo" style="width: 200px; height: auto; margin-bottom: 20px;">
|
123 |
<br>
|
124 |
+
<div>
|
125 |
<p style="font-size: 16px; line-height: 1.6;">
|
126 |
+
Use this speech model to identify five major Arabic varieties from just a short audio clip.
|
127 |
</p>
|
128 |
<br>
|
129 |
<p style="font-size: 15px; line-height: 1.8;">
|