dineshb commited on
Commit
f291662
Β·
verified Β·
1 Parent(s): 5508c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ mf_transcribe = gr.Interface(
84
  fn=transcribe,
85
  inputs=[
86
  gr.Audio(type="filepath", label="Record Audio"),
87
- gr.Audio( type="filepath", optional=True),
88
 
89
  ],
90
  outputs=["text",output_2],
 
84
  fn=transcribe,
85
  inputs=[
86
  gr.Audio(type="filepath", label="Record Audio"),
87
+ gr.Audio( type="filepath",value=None),
88
 
89
  ],
90
  outputs=["text",output_2],