Skip to content

Commit

Permalink
update indentation (#4468)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshit Arora <[email protected]>
  • Loading branch information
aroraakshit authored Jun 29, 2022
1 parent d652187 commit d985ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/tts/Fastpitch_Training_GermanTTS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1013,8 +1013,8 @@
" hifigan_manifest_path = f\"{dataset_base_path}{folder_name}/hifigan_{dataset_part}_ft.json\"\n",
"\n",
" with open(hifigan_manifest_path, \"w\") as f:\n",
" for r in records:\n",
" f.write(json.dumps(r) + '\\n')"
" for r in records:\n",
" f.write(json.dumps(r) + '\\n')"
]
},
{
Expand Down

0 comments on commit d985ebc

Please sign in to comment.