Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ from labels import K400_label_map, SSv2_label_map, UCF_label_map
|
|
14 |
MODEL_CACHE = {}
|
15 |
MODELS = {
|
16 |
'K400': [
|
17 |
-
'
|
18 |
-
'
|
19 |
],
|
20 |
'SSv2': [],
|
21 |
'UCF' : []
|
@@ -121,8 +121,8 @@ gr.Interface(
|
|
121 |
],
|
122 |
examples=[
|
123 |
["examples/k400.mp4"],
|
124 |
-
["examples/
|
125 |
-
["examples/
|
126 |
],
|
127 |
title="VideoMAE",
|
128 |
).launch()
|
|
|
14 |
MODEL_CACHE = {}
|
15 |
MODELS = {
|
16 |
'K400': [
|
17 |
+
'innat/videomae/TFVideoMAE_S_K400_16x224_FT',
|
18 |
+
'innat/videomae/TFVideoMAE_S_K400_16x224_PT'
|
19 |
],
|
20 |
'SSv2': [],
|
21 |
'UCF' : []
|
|
|
121 |
],
|
122 |
examples=[
|
123 |
["examples/k400.mp4"],
|
124 |
+
["examples/k400.mp4"],
|
125 |
+
["examples/k400.mp4"],
|
126 |
],
|
127 |
title="VideoMAE",
|
128 |
).launch()
|