Spaces:
Runtime error
Runtime error
fix a typo in model list
Browse files
app.py
CHANGED
@@ -15,7 +15,8 @@ VALID_ZEROSHOT_VIDEOCLASSIFICATION_MODELS = [
|
|
15 |
"microsoft/xclip-base-patch32",
|
16 |
"microsoft/xclip-base-patch16-zero-shot",
|
17 |
"microsoft/xclip-base-patch16-kinetics-600",
|
18 |
-
"microsoft/xclip-large-
|
|
|
19 |
"microsoft/xclip-large-patch14",
|
20 |
"microsoft/xclip-base-patch16-hmdb-4-shot",
|
21 |
"microsoft/xclip-base-patch16-16-frames",
|
|
|
15 |
"microsoft/xclip-base-patch32",
|
16 |
"microsoft/xclip-base-patch16-zero-shot",
|
17 |
"microsoft/xclip-base-patch16-kinetics-600",
|
18 |
+
"microsoft/xclip-large-patch14"
|
19 |
+
"microsoft/xclip-base-patch32-16-frames",
|
20 |
"microsoft/xclip-large-patch14",
|
21 |
"microsoft/xclip-base-patch16-hmdb-4-shot",
|
22 |
"microsoft/xclip-base-patch16-16-frames",
|