Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ demo = gr.Interface(
|
|
39 |
fn=transcribe,
|
40 |
inputs=gr.Audio(),
|
41 |
outputs="text",
|
42 |
-
title="JASR
|
43 |
description="""
|
44 |
<div class="centered-content">
|
45 |
<div>
|
@@ -48,11 +48,12 @@ demo = gr.Interface(
|
|
48 |
</p>
|
49 |
<br>
|
50 |
<p style="font-size: 15px; line-height: 1.8;">
|
51 |
-
|
52 |
<br>
|
53 |
<br>
|
54 |
This is a demo for JASR, pronounced <i>Jasir</i>, a Transformer-based automatic speech recognition (ASR) system for dialectal Arabic.
|
55 |
The current running instance is optimized for the regional dialects of <i>Jazirat al-Arab</i>, or the Arabian Peninsula.
|
|
|
56 |
<br>
|
57 |
<p style="font-size: 15px; line-height: 1.8;">
|
58 |
Simply <strong>upload an audio file</strong> ๐ค or <strong>record yourself speaking</strong> ๐๏ธโบ๏ธ to try out the model!
|
|
|
39 |
fn=transcribe,
|
40 |
inputs=gr.Audio(),
|
41 |
outputs="text",
|
42 |
+
title="JASR ๐๏ธ Dialectal Arabic Speech Recognition",
|
43 |
description="""
|
44 |
<div class="centered-content">
|
45 |
<div>
|
|
|
48 |
</p>
|
49 |
<br>
|
50 |
<p style="font-size: 15px; line-height: 1.8;">
|
51 |
+
Marhaban ๐๐ผ
|
52 |
<br>
|
53 |
<br>
|
54 |
This is a demo for JASR, pronounced <i>Jasir</i>, a Transformer-based automatic speech recognition (ASR) system for dialectal Arabic.
|
55 |
The current running instance is optimized for the regional dialects of <i>Jazirat al-Arab</i>, or the Arabian Peninsula.
|
56 |
+
JASR is still under active development.
|
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!
|