Ailyth commited on
Commit
3f73f11
1 Parent(s): 7d9674c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ models = {
24
  "VivaciousViolet": "./MODELS/vv.pth",
25
  "AlluWin": "./MODELS/AW.pth",
26
  "Mainlade": "./MODELS/DLM.pth",
 
27
  }
28
 
29
  def get_text(text, language_str, hps):
 
24
  "VivaciousViolet": "./MODELS/vv.pth",
25
  "AlluWin": "./MODELS/AW.pth",
26
  "Mainlade": "./MODELS/DLM.pth",
27
+ "neko1": "./MODELS/neko1.pth",
28
  }
29
 
30
  def get_text(text, language_str, hps):