Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update utils_display.py
Browse files- utils_display.py +2 -0
utils_display.py
CHANGED
@@ -63,6 +63,8 @@ def make_clickable_model(model_name):
|
|
63 |
link = "https://docs.rev.ai/api/asynchronous/get-started/"
|
64 |
elif model_name_list[0] == "speechmatics":
|
65 |
link = "https://www.speechmatics.com/"
|
|
|
|
|
66 |
else:
|
67 |
link = f"https://huggingface.co/{model_name}"
|
68 |
return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'
|
|
|
63 |
link = "https://docs.rev.ai/api/asynchronous/get-started/"
|
64 |
elif model_name_list[0] == "speechmatics":
|
65 |
link = "https://www.speechmatics.com/"
|
66 |
+
elif model_name_list[0] == "ultravox":
|
67 |
+
link = "https://huggingface.co/fixie-ai"
|
68 |
else:
|
69 |
link = f"https://huggingface.co/{model_name}"
|
70 |
return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'
|