diff options
-rwxr-xr-x | nstvid.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |