Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #248 from kirushyk/master
Browse files Browse the repository at this point in the history
Setting output directory properly
  • Loading branch information
jantic authored Jun 23, 2020
2 parents 4831d59 + 509d46e commit cb78c17
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 cb78c17

Please sign in to comment.