Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,8 +91,8 @@ demo = gr.Blocks()
|
|
| 91 |
mf_transcribe = gr.Interface(
|
| 92 |
fn=transcribe,
|
| 93 |
inputs=[
|
| 94 |
-
gr.Audio(sources="microphone", type="filepath"
|
| 95 |
-
gr.Audio(sources="upload", type="filepath"
|
| 96 |
],
|
| 97 |
outputs="text",
|
| 98 |
layout="horizontal",
|
|
|
|
| 91 |
mf_transcribe = gr.Interface(
|
| 92 |
fn=transcribe,
|
| 93 |
inputs=[
|
| 94 |
+
gr.Audio(sources="microphone", type="filepath"),
|
| 95 |
+
gr.Audio(sources="upload", type="filepath"),
|
| 96 |
],
|
| 97 |
outputs="text",
|
| 98 |
layout="horizontal",
|