feat: remove default title value

This commit is contained in:
Ayo Ayco 2025-09-04 15:27:17 +02:00
parent a5a32903e0
commit 09ae3ae0fc

1
tts.py
View file

@ -36,7 +36,6 @@ def parse_args():
"-t",
required=False,
type=str,
default="generated",
help="Title to use as label to the generated outputs",
)
parser.add_argument(