mthsk commited on
Commit
e5992f6
·
1 Parent(s): b12d5b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -78,12 +78,7 @@ if __name__ == '__main__':
78
  args = parser.parse_args()
79
  hubert_model = utils.get_hubert_model().to(args.device)
80
  models = []
81
- others = {
82
- "rudolf": "https://huggingface.co/spaces/sayashi/sovits-rudolf",
83
- "teio": "https://huggingface.co/spaces/sayashi/sovits-teio",
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())
89
  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
  voices = []
83
  tts_voice_list = asyncio.get_event_loop().run_until_complete(edge_tts.list_voices())
84
  for r in tts_voice_list: