Rejekts commited on
Commit
c022a0d
1 Parent(s): 32023ff

Update infer/modules/vc/modules.py

Browse files
Files changed (1) hide show
  1. infer/modules/vc/modules.py +1 -2
infer/modules/vc/modules.py CHANGED
@@ -101,8 +101,7 @@ class VC:
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")
 
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")