Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ demo = gr.Blocks()
|
|
64 |
|
65 |
mf_transcribe = gr.Interface(
|
66 |
fn=transcribe,
|
67 |
-
inputs=[gr.Audio(sources=["microphone", "upload"], type="filepath"
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|
|
|
64 |
|
65 |
mf_transcribe = gr.Interface(
|
66 |
fn=transcribe,
|
67 |
+
inputs=[gr.Audio(sources=["microphone", "upload"], type="filepath")],
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|