DevashishBhake commited on
Commit
2b8ec7f
·
1 Parent(s): ab08598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def main(audio):
93
 
94
  gr.Interface(
95
  fn=main,
96
- inputs=[gr.Audio(source="upload", type="filepath", label="File"),
97
  gr.Audio(source="microphone", type="filepath", streaming=False, label="Microphone")],
98
  outputs=[
99
  "textbox"
 
93
 
94
  gr.Interface(
95
  fn=main,
96
+ inputs=[gr.Audio(source="upload", type="filepath"),
97
  gr.Audio(source="microphone", type="filepath", streaming=False, label="Microphone")],
98
  outputs=[
99
  "textbox"