Update app.py
Browse files
app.py
CHANGED
@@ -60,9 +60,9 @@ def transcribe_audio(audio_path):
|
|
60 |
demo = gr.Interface(
|
61 |
fn=transcribe_audio,
|
62 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
63 |
-
outputs=gr.Textbox(label="
|
64 |
-
title="
|
65 |
-
description="
|
66 |
allow_flagging="never"
|
67 |
)
|
68 |
|
|
|
60 |
demo = gr.Interface(
|
61 |
fn=transcribe_audio,
|
62 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
63 |
+
outputs=gr.Textbox(label="output"),
|
64 |
+
title="ASR",
|
65 |
+
description="Input",
|
66 |
allow_flagging="never"
|
67 |
)
|
68 |
|