-
import os from trainer import Trainer, TrainerArgs from TTS.tts.configs.shared_configs import BaseDatasetConfig def main():
) i got this issue even if i copy available recipient.. train_vits_win_Thorsten-Voice.py", line 33 Can i ask for help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Indentation in Python is important and you can't use it randomly or you'll get errors like this. You can use black for automatic code formatting to help with this, it's in Coqui's development dependencies. |
Beta Was this translation helpful? Give feedback.
Indentation in Python is important and you can't use it randomly or you'll get errors like this. You can use black for automatic code formatting to help with this, it's in Coqui's development dependencies.