Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ demo = gr.Blocks()
|
|
69 |
mf_transcribe = gr.Interface(
|
70 |
fn=transcribe,
|
71 |
inputs=[
|
72 |
-
gr.components.Audio(sources=['upload', 'microphone'], type="filepath"
|
73 |
],
|
74 |
outputs="text",
|
75 |
layout="horizontal",
|
|
|
69 |
mf_transcribe = gr.Interface(
|
70 |
fn=transcribe,
|
71 |
inputs=[
|
72 |
+
gr.components.Audio(sources=['upload', 'microphone'], type="filepath"),
|
73 |
],
|
74 |
outputs="text",
|
75 |
layout="horizontal",
|