innat commited on
Commit
7ebe913
1 Parent(s): 57930bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def main():
125
 
126
  sample_example = [
127
  ["examples/k400.mp4", ALL_MODELS[0], 0.9],
128
- ["examples/k400.mp4", ALL_MODELS[1], 0.8],
129
  ["examples/ucf.mp4", ALL_MODELS[2], 0.7],
130
  ]
131
 
 
125
 
126
  sample_example = [
127
  ["examples/k400.mp4", ALL_MODELS[0], 0.9],
128
+ ["examples/ssv2.webm", ALL_MODELS[1], 0.8],
129
  ["examples/ucf.mp4", ALL_MODELS[2], 0.7],
130
  ]
131