Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ demo = gr.Blocks()
|
|
60 |
mf_transcribe = gr.Interface(
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
-
gr.Audio(type="filepath")
|
64 |
-
gr.Audio(type="filepath"),
|
65 |
],
|
66 |
outputs="text",
|
67 |
layout="horizontal",
|
|
|
60 |
mf_transcribe = gr.Interface(
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
+
gr.Audio(type="filepath", label="Upload or Record Audio")
|
|
|
64 |
],
|
65 |
outputs="text",
|
66 |
layout="horizontal",
|