dineshb commited on
Commit
ea5a717
Β·
verified Β·
1 Parent(s): 3ac08e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ description = """This application displays transcribed text for given audio inpu
83
  mf_transcribe = gr.Interface(
84
  fn=transcribe,
85
  inputs=[
86
- gr.Audio(source="microphone", type="filepath", optional=True),
87
  gr.Audio(source="upload", type="filepath", optional=True),
88
 
89
  ],
 
83
  mf_transcribe = gr.Interface(
84
  fn=transcribe,
85
  inputs=[
86
+ gr.Audio( type="filepath", optional=True),
87
  gr.Audio(source="upload", type="filepath", optional=True),
88
 
89
  ],