Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ demo = gr.Interface(
|
|
42 |
fn=transcribe,
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
45 |
-
layout="horizontal",
|
46 |
theme="huggingface",
|
47 |
title="JASR 🐐 Dialectal Arabic ASR",
|
48 |
description="""
|
@@ -53,7 +52,9 @@ demo = gr.Interface(
|
|
53 |
</p>
|
54 |
<br>
|
55 |
<p style="font-size: 15px; line-height: 1.8;">
|
56 |
-
|
|
|
|
|
57 |
<br>
|
58 |
<p style="font-size: 15px; line-height: 1.8;">
|
59 |
Simply <strong>upload an audio file</strong> 📤 or <strong>record yourself speaking</strong> 🎙️⏺️ to try out the model!
|
|
|
42 |
fn=transcribe,
|
43 |
inputs=gr.Audio(),
|
44 |
outputs="text",
|
|
|
45 |
theme="huggingface",
|
46 |
title="JASR 🐐 Dialectal Arabic ASR",
|
47 |
description="""
|
|
|
52 |
</p>
|
53 |
<br>
|
54 |
<p style="font-size: 15px; line-height: 1.8;">
|
55 |
+
Marhaba 👋🏼
|
56 |
+
<br>
|
57 |
+
Welcome to JASR, pronounced 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.
|
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!
|