feat: remove default title value
This commit is contained in:
parent
a5a32903e0
commit
09ae3ae0fc
1 changed files with 0 additions and 1 deletions
1
tts.py
1
tts.py
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue