CarlDennis commited on
Commit
5d6dbc6
·
1 Parent(s): 9b61580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import utils
7
  from models import SynthesizerTrn
8
  from text import text_to_sequence
9
 
10
- config_json = "configs\\multi.json"
11
- pth_path = "model\\G=728.pth"
12
 
13
  lan = ["中文", "日文", "英文", "德语", "克罗地亚语"]
14
 
 
7
  from models import SynthesizerTrn
8
  from text import text_to_sequence
9
 
10
+ config_json = "configs//multi.json"
11
+ pth_path = "model//G=728.pth"
12
 
13
  lan = ["中文", "日文", "英文", "德语", "克罗地亚语"]
14