AriaMei commited on
Commit
b8c2bf8
·
1 Parent(s): 9efbc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/G_115600.pth"
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"