Skip to content

Commit

Permalink
Update max base to 1.1.3 and bump version number (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
splovyt committed May 31, 2019
1 parent 0b26149 commit 1f1f674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM codait/max-base:v1.1.1
FROM codait/max-base:v1.1.3

ARG model_bucket=http://max-assets.s3.us.cloud-object-storage.appdomain.cloud/max-image-resolution-enhancer/1.0
ARG model_file=assets.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# API metadata
API_TITLE = 'MAX Image Resolution Enhancer'
API_DESC = 'Upscale low-resolution images by a factor of 4. This model was trained on the OpenImagesV4 dataset.'
API_VERSION = '1.0.0'
API_VERSION = '1.0.1'

# default model
MODEL_NAME = 'SRGAN'
Expand Down

0 comments on commit 1f1f674

Please sign in to comment.