From debf723bb42cbb7acd0d4daf4a5c48cb7d21da7a Mon Sep 17 00:00:00 2001 From: pux Date: Fri, 21 Feb 2020 22:28:57 +0100 Subject: 79char fix --- nstvid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nstvid.py b/nstvid.py index 8ec546e..9be45b1 100755 --- a/nstvid.py +++ b/nstvid.py @@ -22,7 +22,8 @@ def init(): parser = GooeyParser(description = \ "nstvid - Neural Style Transfer Video Creator") - parser.add_argument("style_image", help="Style image(s) separated by comma", \ + parser.add_argument("style_image", \ + help="Style image(s) separated by comma", \ widget="FileChooser") parser.add_argument("input_video", help="Source video", \ widget="FileChooser", default="/home/pux/tmp/nstest/in.mp4") -- cgit v1.2.2-1-g5e49