diff --git a/spleeter/__main__.py b/spleeter/__main__.py index 7bf1a2d..a5cc960 100644 --- a/spleeter/__main__.py +++ b/spleeter/__main__.py @@ -38,7 +38,7 @@ import tensorflow as tf from typer import Exit, Typer # pylint: enable=import-error -spleeter: Typer = Typer() +spleeter: Typer = Typer(add_completion=False) """ CLI application. """