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", "-t",
required=False, required=False,
type=str, type=str,
default="generated",
help="Title to use as label to the generated outputs", help="Title to use as label to the generated outputs",
) )
parser.add_argument( parser.add_argument(