ales commited on
Commit
f701cd4
1 Parent(s): 3c5b4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Blocks()
64
 
65
  mf_transcribe = gr.Interface(
66
  fn=transcribe,
67
- inputs=[gr.Audio(sources=["microphone", "upload"], type="filepath", optional=True)],
68
  outputs="text",
69
  layout="horizontal",
70
  theme="huggingface",
 
64
 
65
  mf_transcribe = gr.Interface(
66
  fn=transcribe,
67
+ inputs=[gr.Audio(sources=["microphone", "upload"], type="filepath")],
68
  outputs="text",
69
  layout="horizontal",
70
  theme="huggingface",