qanastek commited on
Commit
65b2037
Β·
1 Parent(s): 73bf18c
Files changed (1) hide show
  1. app.py +1 -1
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'),