Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,8 @@ if __name__ == '__main__':
|
|
80 |
models = []
|
81 |
others = {
|
82 |
"100% Orange Juice": "https://huggingface.co/spaces/mthsk/sovits-100orangejuice",
|
83 |
-
"Miscellanous": "https://huggingface.co/spaces/mthsk/sovits-models-misc"
|
|
|
84 |
}
|
85 |
voices = []
|
86 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
@@ -95,7 +96,6 @@ if __name__ == '__main__':
|
|
95 |
gr.Markdown(
|
96 |
"# <center> Sovits Models\n"
|
97 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
98 |
-
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=mthsk.sovits-models)\n\n"
|
99 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/svc-develop-team/so-vits-svc)\n\n"
|
100 |
|
101 |
)
|
|
|
80 |
models = []
|
81 |
others = {
|
82 |
"100% Orange Juice": "https://huggingface.co/spaces/mthsk/sovits-100orangejuice",
|
83 |
+
"Miscellanous": "https://huggingface.co/spaces/mthsk/sovits-models-misc",
|
84 |
+
"Vtubers": "https://huggingface.co/spaces/mthsk/sovits-models-vtubers"
|
85 |
}
|
86 |
voices = []
|
87 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
|
|
96 |
gr.Markdown(
|
97 |
"# <center> Sovits Models\n"
|
98 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
|
|
99 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/svc-develop-team/so-vits-svc)\n\n"
|
100 |
|
101 |
)
|