Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update utils_display.py
Browse files- 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>'
|