Skip to content

Commit

Permalink
changed to reflect that only .wav can train
Browse files Browse the repository at this point in the history
  • Loading branch information
Dont-Copy-That-Floppy committed Apr 28, 2020
1 parent 5734f1a commit 485d285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@
while True:
try:
# Get the reference audio filepath
message = "Reference voice: enter an audio filepath of a voice to be cloned (mp3, " \
"wav, m4a, flac, ...):\n"
message = "Reference voice: enter an audio filepath of a voice to be cloned (.wav only):\n"
in_fpath = Path(input(message).replace("\"", "").replace("\'", ""))


Expand Down

0 comments on commit 485d285

Please sign in to comment.