diff --git a/examples/text_to_image/train_text_to_image.py b/examples/text_to_image/train_text_to_image.py index 6db39ad583c9..adfb7b74477f 100644 --- a/examples/text_to_image/train_text_to_image.py +++ b/examples/text_to_image/train_text_to_image.py @@ -365,8 +365,8 @@ def parse_args(): "--dream_training", action="store_true", help=( - "Use the DREAM training method, which makes training more efficient and accurate at the ", - "expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210", + "Use the DREAM training method, which makes training more efficient and accurate at the " + "expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210" ), ) parser.add_argument(