Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Dec 8, 2024
1 parent 5b6ace9 commit 42c962f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui_tabs_settings_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def update_tts_model(self):
tts_config = config.get('tts', {})
if self.use_bark_radio.isChecked():
tts_config['model'] = 'bark'
elif self.use_chattts_radio.isChecked():
tts_config['model'] = 'chattts'
# elif self.use_chattts_radio.isChecked():
# tts_config['model'] = 'chattts'
elif self.use_googletts_radio.isChecked():
tts_config['model'] = 'googletts'
else:
Expand Down

0 comments on commit 42c962f

Please sign in to comment.