innat commited on
Commit
fbc7dad
1 Parent(s): 295f23f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- '/mnt/c/Users/innat/Desktop/videomae/K400/small/TFVideoMAE_S_K400_16x224_FT',
18
- '/mnt/c/Users/innat/Desktop/videomae/K400/small/TFVideoMAE_S_K400_16x224_PT'
19
  ],
20
  'SSv2': [],
21
  'UCF' : []
@@ -121,8 +121,8 @@ gr.Interface(
121
  ],
122
  examples=[
123
  ["examples/k400.mp4"],
124
- ["examples/ssv2.mp4"],
125
- ["examples/ucf.avi"],
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()