Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ mf_transcribe = gr.Interface(
|
|
84 |
fn=transcribe,
|
85 |
inputs=[
|
86 |
gr.Audio(type="filepath", label="Record Audio"),
|
87 |
-
gr.Audio( type="filepath",
|
88 |
|
89 |
],
|
90 |
outputs=["text",output_2],
|
|
|
84 |
fn=transcribe,
|
85 |
inputs=[
|
86 |
gr.Audio(type="filepath", label="Record Audio"),
|
87 |
+
gr.Audio( type="filepath",value=None),
|
88 |
|
89 |
],
|
90 |
outputs=["text",output_2],
|