diff options
Diffstat (limited to 'neuralart.py')
-rw-r--r-- | neuralart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neuralart.py b/neuralart.py index d556d2f..7aab03e 100644 --- a/neuralart.py +++ b/neuralart.py @@ -25,7 +25,7 @@ from PIL import Image ### path definitions model_path = 'weights/vgg_conv_weights.pth' -image_path = '' # root (neural-art) directory +image_path = '' # by default use neural-art as relative dir ### userland testing for multiple instances, a big nono currently |