Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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',
|
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=[
|