Spaces:
Running
Running
github-actions[bot] commited on
Commit ·
2dbfaf4
1
Parent(s): b1165d3
Update model list
Browse files
models.py
CHANGED
|
@@ -487,6 +487,9 @@ MODEL_NAMES = [
|
|
| 487 |
"microsoft/wavlm-base-sd",
|
| 488 |
"microsoft/wavlm-base-sv",
|
| 489 |
"microsoft/wavlm-large",
|
|
|
|
|
|
|
|
|
|
| 490 |
"minishlab/M2V_base_glove",
|
| 491 |
"minishlab/M2V_base_glove_subword",
|
| 492 |
"minishlab/M2V_base_output",
|
|
|
|
| 487 |
"microsoft/wavlm-base-sd",
|
| 488 |
"microsoft/wavlm-base-sv",
|
| 489 |
"microsoft/wavlm-large",
|
| 490 |
+
"microsoft/xclip-base-patch16",
|
| 491 |
+
"microsoft/xclip-base-patch32",
|
| 492 |
+
"microsoft/xclip-large-patch14",
|
| 493 |
"minishlab/M2V_base_glove",
|
| 494 |
"minishlab/M2V_base_glove_subword",
|
| 495 |
"minishlab/M2V_base_output",
|