Update app.py
Browse files
app.py
CHANGED
@@ -111,12 +111,11 @@ if __name__ == '__main__':
|
|
111 |
parser.add_argument("--share", action="store_true", default=False, help="share gradio app")
|
112 |
args = parser.parse_args()
|
113 |
device = torch.device(args.device)
|
114 |
-
categories = ["
|
115 |
others = {
|
116 |
-
"
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"Overwatch 2": "https://huggingface.co/spaces/sayashi/vits-models",
|
120 |
}
|
121 |
models = []
|
122 |
with open("pretrained_models/info.json", "r", encoding="utf-8") as f:
|
@@ -147,7 +146,7 @@ if __name__ == '__main__':
|
|
147 |
"## <center> 请不要生成会对个人以及组织造成侵害的内容\n"
|
148 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=sayashi.vits-models)\n\n"
|
149 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10QOk9NPgoKZUXkIhhuVaZ7SYra1MPMKH?usp=share_link)\n\n"
|
150 |
-
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/sayashi/vits-models?duplicate=true)"
|
151 |
"[![Finetune your own model](https://badgen.net/badge/icon/github?icon=github&label=Finetune%20your%20own%20model)](https://github.com/SayaSS/vits-finetuning)"
|
152 |
)
|
153 |
|
|
|
111 |
parser.add_argument("--share", action="store_true", default=False, help="share gradio app")
|
112 |
args = parser.parse_args()
|
113 |
device = torch.device(args.device)
|
114 |
+
categories = ["Genshin Impact", "Honkai Impact 3rd"]
|
115 |
others = {
|
116 |
+
"Blue Archive": "https://huggingface.co/spaces/sayashi/vits-models",
|
117 |
+
"Princess Connect! Re:Dive": "https://huggingface.co/spaces/sayashi/vits-models-pcr",
|
118 |
+
"Overwatch 2": "https://huggingface.co/spaces/sayashi/vits-models-ow2",
|
|
|
119 |
}
|
120 |
models = []
|
121 |
with open("pretrained_models/info.json", "r", encoding="utf-8") as f:
|
|
|
146 |
"## <center> 请不要生成会对个人以及组织造成侵害的内容\n"
|
147 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=sayashi.vits-models)\n\n"
|
148 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10QOk9NPgoKZUXkIhhuVaZ7SYra1MPMKH?usp=share_link)\n\n"
|
149 |
+
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/sayashi/vits-models?duplicate=true)\n\n"
|
150 |
"[![Finetune your own model](https://badgen.net/badge/icon/github?icon=github&label=Finetune%20your%20own%20model)](https://github.com/SayaSS/vits-finetuning)"
|
151 |
)
|
152 |
|