sanchit-gandhi HF staff commited on
Commit
6e91234
1 Parent(s): fc4914b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.Blocks()
58
  mf_transcribe = gr.Interface(
59
  fn=transcribe,
60
  inputs=[
61
- gr.inputs.Audio(source="upload", type="filepath", optional=True),
62
  gr.Checkbox(label="With timestamps?", value=True),
63
  ],
64
  outputs="text",
 
58
  mf_transcribe = gr.Interface(
59
  fn=transcribe,
60
  inputs=[
61
+ gr.inputs.Audio(source="upload", type="filepath"),
62
  gr.Checkbox(label="With timestamps?", value=True),
63
  ],
64
  outputs="text",