Update app.py
Browse files
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")
|