Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update utils_display.py
Browse files- utils_display.py +2 -0
utils_display.py
CHANGED
|
@@ -74,6 +74,8 @@ def make_clickable_model(model_name):
|
|
| 74 |
link = "https://www.speechmatics.com/"
|
| 75 |
elif model_name_list[0] == "ultravox":
|
| 76 |
link = "https://huggingface.co/fixie-ai"
|
|
|
|
|
|
|
| 77 |
else:
|
| 78 |
link = f"https://huggingface.co/{model_name}"
|
| 79 |
return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'
|
|
|
|
| 74 |
link = "https://www.speechmatics.com/"
|
| 75 |
elif model_name_list[0] == "ultravox":
|
| 76 |
link = "https://huggingface.co/fixie-ai"
|
| 77 |
+
elif model_name_list[0] == "aquavoice":
|
| 78 |
+
link = "https://aquavoice.com/blog/introducing-avalon"
|
| 79 |
else:
|
| 80 |
link = f"https://huggingface.co/{model_name}"
|
| 81 |
return f'<a target="_blank" href="{link}" style="color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;">{model_name}</a>'
|