fix indentation
This commit is contained in:
parent
4a039b6407
commit
327c7a5ce4
examples/tacotron2_vctk
|
@ -162,10 +162,10 @@ class TacotronVCTKExperiment(ExperimentBase):
|
|||
|
||||
|
||||
|
||||
def main_sp(config, args):
|
||||
exp = Experiment(config, args)
|
||||
exp.setup()
|
||||
exp.run()
|
||||
def main_sp(config, args):
|
||||
exp = Experiment(config, args)
|
||||
exp.setup()
|
||||
exp.run()
|
||||
|
||||
|
||||
def main(config, args):
|
||||
|
|
Loading…
Reference in New Issue