Skip to content

Commit

Permalink
fix \n in model info
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 27, 2024
1 parent e0820b2 commit 9cd7854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rvc/train/process/model_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def model_information(path):
f"Dataset Length: {dataset_lenght}\n"
f"Creation Date: {creation_date_str}\n"
f"Hash (ID): {model_hash}\n"
f"Overtrain Info: {overtrain_info}"
f"Embedder Model: {embedder_model}"
f"Overtrain Info: {overtrain_info}\n"
f"Embedder Model: {embedder_model}\n"
f"Max Speakers ID: {speakers_id}"
)

0 comments on commit 9cd7854

Please sign in to comment.