Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ if __name__ == '__main__':
|
|
79 |
hubert_model = utils.get_hubert_model().to(args.device)
|
80 |
models = []
|
81 |
others = {
|
82 |
-
"invoker": "https://huggingface.co/spaces/
|
83 |
}
|
84 |
voices = []
|
85 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|
|
|
79 |
hubert_model = utils.get_hubert_model().to(args.device)
|
80 |
models = []
|
81 |
others = {
|
82 |
+
"invoker": "https://huggingface.co/spaces/mthsk/sovits-models"
|
83 |
}
|
84 |
voices = []
|
85 |
tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
|