Spaces:
nemo10101
/
Runtime error

aRy4n commited on
Commit
9b15315
·
verified ·
1 Parent(s): b4fecc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -504,7 +504,7 @@ class BurstColorPipeline:
504
  dropout = False
505
 
506
  raft_model = RAFT(RAFTArgs())
507
- raft_path = APP_ROOT / "pretrained_ckpts" / "models" / "raft-things.pth"
508
  raft_dict = torch.load(str(raft_path), map_location="cpu")
509
  corrected = {}
510
  for k, v in raft_dict.items():
 
504
  dropout = False
505
 
506
  raft_model = RAFT(RAFTArgs())
507
+ raft_path = "pretrained_ckpts/models/raft-things.pth"
508
  raft_dict = torch.load(str(raft_path), map_location="cpu")
509
  corrected = {}
510
  for k, v in raft_dict.items():