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

This commit is contained in:
2025-12-13 13:15:03 -08:00
parent dd141df501
commit 3d702a3a71

View File

@@ -32,7 +32,7 @@ except FileNotFoundError:
print("Error: The file 'voises.json' was not found.") print("Error: The file 'voises.json' was not found.")
# Create a list for Languages # Create a list for Languages
mylist = ("Languages") mylist = ["Languages"]
# Appends and formats all the languages to the list # Appends and formats all the languages to the list
for voice_id, info in data.items(): for voice_id, info in data.items():