poiqazwsx commited on
Commit
859b389
·
verified ·
1 Parent(s): a84371b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ os.environ["TEMP"] = tmp
57
  warnings.filterwarnings("ignore")
58
  torch.manual_seed(114514)
59
 
60
-
61
  vc = VC(config)
62
 
63
  weight_root = os.getenv("weight_root")
 
57
  warnings.filterwarnings("ignore")
58
  torch.manual_seed(114514)
59
 
60
+ config = Config()
61
  vc = VC(config)
62
 
63
  weight_root = os.getenv("weight_root")