Steveeeeeeen HF Staff commited on
Commit
0493b36
·
verified ·
1 Parent(s): fdd2a40

Update utils_display.py

Browse files
Files changed (1) hide show
  1. utils_display.py +2 -0
utils_display.py CHANGED
@@ -45,6 +45,8 @@ def make_clickable_model(model_name):
45
  link = "https://www.assemblyai.com/docs"
46
  elif model_name_list[0] == "revai":
47
  link = "https://docs.rev.ai/api/asynchronous/get-started/"
 
 
48
  else:
49
  link = f"https://huggingface.co/{model_name}"
50
  return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'
 
45
  link = "https://www.assemblyai.com/docs"
46
  elif model_name_list[0] == "revai":
47
  link = "https://docs.rev.ai/api/asynchronous/get-started/"
48
+ elif model_name_list[0] == "speechmatics":
49
+ link = "https://www.speechmatics.com/"
50
  else:
51
  link = f"https://huggingface.co/{model_name}"
52
  return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'