Spaces:
badrex
/
Running on Zero

badrex commited on
Commit
e7bdca2
ยท
verified ยท
1 Parent(s): a76b943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -39,7 +39,7 @@ demo = gr.Interface(
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,11 +48,12 @@ demo = gr.Interface(
48
  </p>
49
  <br>
50
  <p style="font-size: 15px; line-height: 1.8;">
51
- Marhaba ๐Ÿ‘‹๐Ÿผ
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!