csikasote commited on
Commit
5935d22
1 Parent(s): 605a469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ demo = gr.Blocks()
60
  mf_transcribe = gr.Interface(
61
  fn=transcribe,
62
  inputs=[
63
- gr.Audio(type="filepath", optional=True),
64
- gr.Audio(type="filepath", optional=True),
65
  ],
66
  outputs="text",
67
  layout="horizontal",
 
60
  mf_transcribe = gr.Interface(
61
  fn=transcribe,
62
  inputs=[
63
+ gr.Audio(type="filepath"),
64
+ gr.Audio(type="filepath"),
65
  ],
66
  outputs="text",
67
  layout="horizontal",