Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
|
|
19 |
fn=transcribe,
|
20 |
inputs=[
|
21 |
gr.Audio(sources="microphone", type="filepath"),
|
22 |
-
gr.Textbox(label="Actual Transcription"
|
23 |
],
|
24 |
outputs="text",
|
25 |
title="arabeasy",
|
|
|
19 |
fn=transcribe,
|
20 |
inputs=[
|
21 |
gr.Audio(sources="microphone", type="filepath"),
|
22 |
+
gr.Textbox(label="Actual Transcription")
|
23 |
],
|
24 |
outputs="text",
|
25 |
title="arabeasy",
|