Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ iface = gr.Interface(
|
|
114 |
description='Upload your wav file to test the models',
|
115 |
inputs=[
|
116 |
gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
|
117 |
-
gr.Dropdown(list(models_names.keys())),
|
118 |
],
|
119 |
outputs=[
|
120 |
gr.outputs.JSON(label='Slot Recognition + Intent Classification + Language Classification + ASR'),
|
|
|
114 |
description='Upload your wav file to test the models',
|
115 |
inputs=[
|
116 |
gr.inputs.Audio(label='wav file', source='microphone', type='filepath'),
|
117 |
+
gr.inputs.Dropdown(choices=list(models_names.keys())),
|
118 |
],
|
119 |
outputs=[
|
120 |
gr.outputs.JSON(label='Slot Recognition + Intent Classification + Language Classification + ASR'),
|