Spaces:
Runtime error
Runtime error
Ricecake123
commited on
Commit
•
9a58ac2
1
Parent(s):
cc642c1
Upload app.py
Browse files
app.py
CHANGED
@@ -204,14 +204,14 @@ models_info = {
|
|
204 |
"gpt_weight": "models/misaki/misaki-e22.ckpt",
|
205 |
"sovits_weight": "models/misaki/misaki_e20_s5800.pth",
|
206 |
"title": "蒼の彼方のフォーリズム-鳶沢みさき",
|
207 |
-
"cover": "
|
208 |
"example_reference": "基本的なことだけど、背後につく相手は背中を狙う以上相手を追い抜くことはできない。"
|
209 |
},
|
210 |
"mashiro": {
|
211 |
"gpt_weight": "models/mashiro/mashiro-e20.ckpt",
|
212 |
"sovits_weight": "models/mashiro/mashiro_e20_s5280.pth",
|
213 |
"title": "蒼の彼方のフォーリズム-有坂真白",
|
214 |
-
"cover": "./models/mashiro/
|
215 |
"example_reference": "献身的に介護したんですが、なんだかひとりにしてほしいと仰るので。"
|
216 |
}
|
217 |
}
|
@@ -247,6 +247,7 @@ with gr.Blocks() as app:
|
|
247 |
gr.Markdown(
|
248 |
"# <center> GPT-SoVITS \n"
|
249 |
"## <center> https://github.com/RVC-Boss/GPT-SoVITS\n"
|
|
|
250 |
|
251 |
)
|
252 |
with gr.Tabs():
|
|
|
204 |
"gpt_weight": "models/misaki/misaki-e22.ckpt",
|
205 |
"sovits_weight": "models/misaki/misaki_e20_s5800.pth",
|
206 |
"title": "蒼の彼方のフォーリズム-鳶沢みさき",
|
207 |
+
"cover": "https://aokana.sprite.net/img/character/chara02_ph1_b.png",
|
208 |
"example_reference": "基本的なことだけど、背後につく相手は背中を狙う以上相手を追い抜くことはできない。"
|
209 |
},
|
210 |
"mashiro": {
|
211 |
"gpt_weight": "models/mashiro/mashiro-e20.ckpt",
|
212 |
"sovits_weight": "models/mashiro/mashiro_e20_s5280.pth",
|
213 |
"title": "蒼の彼方のフォーリズム-有坂真白",
|
214 |
+
"cover": "./models/mashiro/https://aokana.sprite.net/img/character/chara03_ph1_b.png",
|
215 |
"example_reference": "献身的に介護したんですが、なんだかひとりにしてほしいと仰るので。"
|
216 |
}
|
217 |
}
|
|
|
247 |
gr.Markdown(
|
248 |
"# <center> GPT-SoVITS \n"
|
249 |
"## <center> https://github.com/RVC-Boss/GPT-SoVITS\n"
|
250 |
+
"## <center> GUI brought from https://huggingface.co/spaces/zomehwh/GPT-SoVITS-ba"
|
251 |
|
252 |
)
|
253 |
with gr.Tabs():
|