diff --git a/demo_cli.py b/demo_cli.py index 867098c4c..f1632db53 100644 --- a/demo_cli.py +++ b/demo_cli.py @@ -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("\'", ""))