mthsk commited on
Commit
a3ad2a2
·
1 Parent(s): b9f9025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/sayashi/sovits-models"
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())