Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def configSelect(config):
|
|
76 |
global checkPonit, config_file
|
77 |
if config == 'mul':
|
78 |
config_file = "./configs/9nine_multi.json"
|
79 |
-
checkPonit = "logs/9nineM/
|
80 |
elif config == "single":
|
81 |
config_file = "./configs/sora.json"
|
82 |
checkPonit = "logs/sora/G_341200.pth"
|
|
|
76 |
global checkPonit, config_file
|
77 |
if config == 'mul':
|
78 |
config_file = "./configs/9nine_multi.json"
|
79 |
+
checkPonit = "logs/9nineM/G_252000.pth"
|
80 |
elif config == "single":
|
81 |
config_file = "./configs/sora.json"
|
82 |
checkPonit = "logs/sora/G_341200.pth"
|