Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,10 @@ if __name__ == '__main__':
|
|
78 |
args = parser.parse_args()
|
79 |
hubert_model = utils.get_hubert_model().to(args.device)
|
80 |
models = []
|
81 |
-
others = {
|
|
|
|
|
|
|
82 |
voices = []
|
83 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
84 |
for r in tts_voice_list:
|
|
|
78 |
args = parser.parse_args()
|
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 |
+
"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())
|
87 |
for r in tts_voice_list:
|