Skip to content

Commit

Permalink
Setting output directory properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kirushyk committed Jun 22, 2020
1 parent ee1f8d2 commit 509d46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def process_image():


image_colorizer = get_image_colorizer(artistic=True)
image_colorizer.results_dir = Path(results_img_directory)

port = 5000
host = '0.0.0.0'
Expand Down

0 comments on commit 509d46e

Please sign in to comment.