Spaces:
Running
Running
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()
|