qanastek commited on
Commit
cf263be
β€’
1 Parent(s): 44d6f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()