mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-18 22:34:49 +00:00
Fix typo
This commit is contained in:
@@ -131,7 +131,7 @@ def main():
|
||||
utt.exclude_reason = ExcludeReason.HIGH
|
||||
else:
|
||||
if is_multispeaker:
|
||||
writer.writerow((utt.id, utt.text, utt.speaker))
|
||||
writer.writerow((utt.id, utt.speaker, utt.text))
|
||||
else:
|
||||
writer.writerow((utt.id, utt.text))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user