nithinraok commited on
Commit
9379375
1 Parent(s): 39f68c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(
261
 
262
  gr.HTML(
263
  "<p style='text-align: center'>"
264
- "🐤 <a href='#' target='_blank'>Canary model</a> | "
265
  "🧑‍💻 <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
266
  "</p>"
267
  )
 
261
 
262
  gr.HTML(
263
  "<p style='text-align: center'>"
264
+ "🐤 <a href='https://huggingface.co/nvidia/canary-1b' target='_blank'>Canary model</a> | "
265
  "🧑‍💻 <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
266
  "</p>"
267
  )