Shreyas094 commited on
Commit
41c1e50
·
verified ·
1 Parent(s): c047f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -669,7 +669,7 @@ custom_placeholder = "Ask a question (Note: You can toggle between Web Search an
669
  asr_interface = gr.Interface(
670
  fn=transcribe,
671
  inputs=[
672
- gr.Audio(sources="microphone", type="filepath", optional=True)
673
  ],
674
  outputs="text",
675
  title="Speech to Text",
 
669
  asr_interface = gr.Interface(
670
  fn=transcribe,
671
  inputs=[
672
+ gr.Audio(sources="microphone", type="filepath")
673
  ],
674
  outputs="text",
675
  title="Speech to Text",