model doesn't load

#11
by Zwicky18 - opened

ayaka and nahida model doesn't appear last night until now

yeah same here, i want to change model to nahida or someone else

you could duplicate this space and edit pretrained_models/info.json to enable these two models.

    "ayaka-jp": {
-		"enable": false,
+		"enable": true,
        "name_en": "ayaka-jp",
        "name_zh": "神里绫华-日语",
        "title": "Genshin Impact-神里綾華",
        "cover": "cover.png",
        "sid": 303,
        "example": "今日はいい天気ですね。",
        "language": "Japanese",
        "type": "multi"
    },
    "nahida-jp": {
-		"enable": false,
+		"enable": true,
        "name_en": "nahida-jp",
        "name_zh": "纳西妲-日语",
        "title": "Genshin Impact-ナヒーダ",
        "cover": "cover.png",
        "sid": 0,
        "example": "今日はいい天気ですね。",
        "language": "Japanese",
        "type": "single"
    },

thank you, i just duplicated it and change the model.json

Zwicky18 changed discussion status to closed

Sign up or log in to comment