Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ iface = gr.Interface(
|
|
| 98 |
gr.outputs.JSON(label='Slot Recognition + Intent Classification + Language Classification + ASR'),
|
| 99 |
],
|
| 100 |
examples=examples,
|
| 101 |
-
article='Made with ❤️ by <a href="https://www.linkedin.com/in/yanis-labrak-8a7412145/">Yanis Labrak</a> thanks to 🤗',
|
| 102 |
)
|
| 103 |
|
| 104 |
iface.launch()
|
|
|
|
| 98 |
gr.outputs.JSON(label='Slot Recognition + Intent Classification + Language Classification + ASR'),
|
| 99 |
],
|
| 100 |
examples=examples,
|
| 101 |
+
article='Made with ❤️ by <a href="https://www.linkedin.com/in/yanis-labrak-8a7412145/" target="_blank">Yanis Labrak</a> thanks to 🤗',
|
| 102 |
)
|
| 103 |
|
| 104 |
iface.launch()
|