Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -32,7 +32,7 @@ except FileNotFoundError:
|
||||
print("Error: The file 'voises.json' was not found.")
|
||||
|
||||
# Create a list for Languages
|
||||
mylist = ("Languages")
|
||||
mylist = ["Languages"]
|
||||
|
||||
# Appends and formats all the languages to the list
|
||||
for voice_id, info in data.items():
|
||||
|
||||
Reference in New Issue
Block a user