operablepattern commited on
Commit
605b45a
1 Parent(s): a9424ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def greet(name):
27
  iface = gr.Interface(
28
  fn=transcribe,
29
  inputs=[
30
- gr.Audio(sources="microphone", type="filepath", optional=True),
31
  ],
32
  outputs="text",
33
  layout="horizontal",
 
27
  iface = gr.Interface(
28
  fn=transcribe,
29
  inputs=[
30
+ gr.Audio(sources="microphone", type="filepath"),
31
  ],
32
  outputs="text",
33
  layout="horizontal",