Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def transcribe(audio):
|
|
25 |
|
26 |
demo = gr.Interface(
|
27 |
transcribe,
|
28 |
-
gr.Audio(sources=["microphone"],
|
29 |
"text",
|
30 |
title="Arabeasy",
|
31 |
description="Realtime demo for Lebanese Arabizi speech recognition",
|
|
|
25 |
|
26 |
demo = gr.Interface(
|
27 |
transcribe,
|
28 |
+
gr.Audio(sources=["microphone"]),
|
29 |
"text",
|
30 |
title="Arabeasy",
|
31 |
description="Realtime demo for Lebanese Arabizi speech recognition",
|