Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Aug 31, 2024
1 parent 58e7dff commit 48b3d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/preprocess/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def preprocess_training_set(
)
elapsed_time = time.time() - start_time
print(
f"Preprocess completed in {elapsed_time:.2f} seconds on {format_duration(total_audio_length)} seconds of audio."
f"Preprocess completed in {elapsed_time:.2f} seconds on {format_duration(audio_length)} seconds of audio."
)


Expand Down

0 comments on commit 48b3d6b

Please sign in to comment.