qanastek commited on
Commit
ae1d4cd
β€’
1 Parent(s): 3bdb58d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ iface = gr.Interface(
124
  gr.inputs.Dropdown(choices=list(models_paths.keys())),
125
  ],
126
  outputs=[
127
- gr.outputs.JSON(label='Slot Recognition + Intent Classification + Language Classification + ASR'),
128
  ],
129
  examples=examples,
130
  article='Made with ❀️ by <a href="https://www.linkedin.com/in/yanis-labrak-8a7412145/" target="_blank">Yanis Labrak</a> thanks to πŸ€—',
 
124
  gr.inputs.Dropdown(choices=list(models_paths.keys())),
125
  ],
126
  outputs=[
127
+ gr.outputs.JSON(label='ASR -> Slot Recognition + Intent Classification + Language Classification'),
128
  ],
129
  examples=examples,
130
  article='Made with ❀️ by <a href="https://www.linkedin.com/in/yanis-labrak-8a7412145/" target="_blank">Yanis Labrak</a> thanks to πŸ€—',