liangtm commited on
Commit
33d471c
·
verified ·
1 Parent(s): 72a1da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from huggingface_hub import hf_hub_download
29
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
30
 
31
  DURATION = 6
32
- CHECKPOINT = "ryb_mevis_swinb.pth"
33
 
34
  # Transform for video frames
35
  transform = T.Compose([
 
29
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
30
 
31
  DURATION = 6
32
+ CHECKPOINT = "ryt_mevis_swinb.pth"
33
 
34
  # Transform for video frames
35
  transform = T.Compose([