Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
45 |
theme="huggingface",
|
46 |
-
title="JASR ๐ Dialectal Arabic
|
47 |
description="""
|
48 |
<div class="centered-content">
|
49 |
<div>
|
@@ -54,7 +54,8 @@ demo = gr.Interface(
|
|
54 |
<p style="font-size: 15px; line-height: 1.8;">
|
55 |
Marhaba ๐๐ผ
|
56 |
<br>
|
57 |
-
|
|
|
58 |
<br>
|
59 |
<p style="font-size: 15px; line-height: 1.8;">
|
60 |
Simply <strong>upload an audio file</strong> ๐ค or <strong>record yourself speaking</strong> ๐๏ธโบ๏ธ to try out the model!
|
|
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
45 |
theme="huggingface",
|
46 |
+
title="JASR ๐ Dialectal Arabic Speech Recognition",
|
47 |
description="""
|
48 |
<div class="centered-content">
|
49 |
<div>
|
|
|
54 |
<p style="font-size: 15px; line-height: 1.8;">
|
55 |
Marhaba ๐๐ผ
|
56 |
<br>
|
57 |
+
<br>
|
58 |
+
This is a demo for JASR, pronounced <i>Jasir</>, an automatic speech recognition system optimized for the regional dialects of <i>Jazirat al-Arab</i>, or the Arabian Peninsula. The model is a fine-tune of the speech foundation model <a https://huggingface.co/facebook/w2v-bert-2.0" style="color: #FF5349;">w2v-BERT 2.0</a>, a 580M pre-trained speech encoder.
|
59 |
<br>
|
60 |
<p style="font-size: 15px; line-height: 1.8;">
|
61 |
Simply <strong>upload an audio file</strong> ๐ค or <strong>record yourself speaking</strong> ๐๏ธโบ๏ธ to try out the model!
|