Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-07 08:56:15 -08:00
parent c85a645f8c
commit 45c6c4f41e

View File

@@ -129,7 +129,7 @@ def PiperTTS_GUI_Get_Clipboard():
#
def PiperTTS_GUI_TextFile_Open():
try:
Root_Window.filename = filedialog.askopenfilename(initialdir = "/",title = "Select file",filetypes = (("Text files","*.txt"),("all files","*.*")))
Root_Window.filename = filedialog.askopenfilename(initialdir = "./",title = "Select file",filetypes = (("Text files","*.txt"),("all files","*.*")))
print(Root_Window.filename)
except:
print("An exception occurred - when Opening Text File.")