diff --git a/GUI.py b/GUI.py index fdf4ced..bfccb05 100644 --- a/GUI.py +++ b/GUI.py @@ -477,7 +477,7 @@ class App(customtkinter.CTk): # aws_polly_voice self.tts_aws_polly_voice = customtkinter.CTkOptionMenu( master=self.frame_bg_settings, - values=["Matthew"] + values=["Brian","Emma","Russell","Joey","Matthew","Joanna","Kimberly","Amy","Geraint","Nicole","Justin","Ivy","Kendra","Salli","Raveena"] ) self.tts_aws_polly_voice.grid(row=12, column=2, padx=15) @@ -491,7 +491,7 @@ class App(customtkinter.CTk): # streamlabs_polly_voice self.tts_streamlabs_polly_voice = customtkinter.CTkOptionMenu( master=self.frame_bg_settings, - values=["Matthew"] + values=["Brian","Emma","Russell","Joey","Matthew","Joanna","Kimberly","Amy","Geraint","Nicole","Justin","Ivy","Kendra","Salli","Raveena"] ) self.tts_streamlabs_polly_voice.grid(row=12, column=2, padx=15)