Spaces:
Running
Running
Update
Browse files
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
|
| 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 🤗',
|