Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ description = """This application displays transcribed text for given audio inpu
|
|
83 |
mf_transcribe = gr.Interface(
|
84 |
fn=transcribe,
|
85 |
inputs=[
|
86 |
-
gr.Audio(
|
87 |
gr.Audio(source="upload", type="filepath", optional=True),
|
88 |
|
89 |
],
|
|
|
83 |
mf_transcribe = gr.Interface(
|
84 |
fn=transcribe,
|
85 |
inputs=[
|
86 |
+
gr.Audio( type="filepath", optional=True),
|
87 |
gr.Audio(source="upload", type="filepath", optional=True),
|
88 |
|
89 |
],
|