aicodingfun commited on
Commit
fda6d11
·
verified ·
1 Parent(s): 8b5e508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  description='Upload your wav file to test the models (<i>First execution take about 20s to 30s, then next run in less than 1s</i>)',
121
  # thumbnail="",
122
  inputs=[
123
- gr.Audio(label='wav file', source='microphone', type='filepath'),
124
  gr.Dropdown(choices=list(models_paths.keys())),
125
  ],
126
  outputs=[
 
120
  description='Upload your wav file to test the models (<i>First execution take about 20s to 30s, then next run in less than 1s</i>)',
121
  # thumbnail="",
122
  inputs=[
123
+ gr.Audio(label='wav file', sources=["microphone", "upload"], type='filepath'),
124
  gr.Dropdown(choices=list(models_paths.keys())),
125
  ],
126
  outputs=[