Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ mf_transcribe = gr.Interface(
|
|
114 |
fn=transcribe,
|
115 |
inputs=[
|
116 |
gr.Microphone(type="filepath"),
|
117 |
-
gr.Audio(
|
118 |
],
|
119 |
outputs="text",
|
120 |
layout="horizontal",
|
|
|
114 |
fn=transcribe,
|
115 |
inputs=[
|
116 |
gr.Microphone(type="filepath"),
|
117 |
+
gr.Audio(type="filepath"),
|
118 |
],
|
119 |
outputs="text",
|
120 |
layout="horizontal",
|