Rejekts commited on
Commit
0d2ad02
1 Parent(s): 3d8e1f4

Update infer/modules/vc/modules.py

Browse files
Files changed (1) hide show
  1. infer/modules/vc/modules.py +2 -1
infer/modules/vc/modules.py CHANGED
@@ -101,7 +101,8 @@ class VC:
101
  "",
102
  "",
103
  )
104
- person = f'{os.getenv("weight_root")}/{sid}'
 
105
  logger.info(f"Loading: {person}")
106
 
107
  self.cpt = torch.load(person, map_location="cpu")
 
101
  "",
102
  "",
103
  )
104
+ #person = f'{os.getenv("weight_root")}/{sid}'
105
+ person = sid
106
  logger.info(f"Loading: {person}")
107
 
108
  self.cpt = torch.load(person, map_location="cpu")