versae commited on
Commit
0c101e3
·
verified ·
1 Parent(s): f721cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", optional=True),
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",