Update StyleTTS_Accelerate/train_first.py
Browse files
StyleTTS_Accelerate/train_first.py
CHANGED
@@ -53,8 +53,8 @@ handler.setLevel(logging.DEBUG)
|
|
53 |
logger.addHandler(handler)
|
54 |
|
55 |
@click.option('-p', '--config_path', default='Configs/config.yml', type=str, help='Path to the configuration file.')
|
56 |
-
|
57 |
-
def main(config_path
|
58 |
|
59 |
config = yaml.safe_load(open(config_path))
|
60 |
|
|
|
53 |
logger.addHandler(handler)
|
54 |
|
55 |
@click.option('-p', '--config_path', default='Configs/config.yml', type=str, help='Path to the configuration file.')
|
56 |
+
|
57 |
+
def main(config_path):
|
58 |
|
59 |
config = yaml.safe_load(open(config_path))
|
60 |
|