Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,10 +79,8 @@ if __name__ == '__main__':
|
|
79 |
hubert_model = utils.get_hubert_model().to(args.device)
|
80 |
models = []
|
81 |
others = {
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"goldship": "https://huggingface.co/spaces/sayashi/sovits-goldship",
|
85 |
-
"tannhauser": "https://huggingface.co/spaces/sayashi/sovits-tannhauser"
|
86 |
}
|
87 |
voices = []
|
88 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
@@ -97,10 +95,8 @@ if __name__ == '__main__':
|
|
97 |
gr.Markdown(
|
98 |
"# <center> Sovits Models\n"
|
99 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
100 |
-
"](https://huggingface.co/spaces/sayashi/sovits-models?duplicate=true)\n\n"
|
103 |
-
"[](https://github.com/svc-develop-team/so-vits-svc)"
|
104 |
|
105 |
)
|
106 |
with gr.Tabs():
|
|
|
79 |
hubert_model = utils.get_hubert_model().to(args.device)
|
80 |
models = []
|
81 |
others = {
|
82 |
+
"100% Orange Juice": "https://huggingface.co/spaces/mthsk/sovits-100orangejuice",
|
83 |
+
"Dota 2": "https://huggingface.co/spaces/mthsk/sovits-models"
|
|
|
|
|
84 |
}
|
85 |
voices = []
|
86 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
|
|
95 |
gr.Markdown(
|
96 |
"# <center> Sovits Models\n"
|
97 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
98 |
+
"\n\n"
|
99 |
+
"[](https://github.com/svc-develop-team/so-vits-svc)\n\n"
|
|
|
|
|
100 |
|
101 |
)
|
102 |
with gr.Tabs():
|