Skip to content

Commit 1f1f674

Browse files
authored
Update max base to 1.1.3 and bump version number (#8)
1 parent 0b26149 commit 1f1f674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM codait/max-base:v1.1.1
1+
FROM codait/max-base:v1.1.3
22

33
ARG model_bucket=http://max-assets.s3.us.cloud-object-storage.appdomain.cloud/max-image-resolution-enhancer/1.0
44
ARG model_file=assets.tar.gz

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# API metadata
99
API_TITLE = 'MAX Image Resolution Enhancer'
1010
API_DESC = 'Upscale low-resolution images by a factor of 4. This model was trained on the OpenImagesV4 dataset.'
11-
API_VERSION = '1.0.0'
11+
API_VERSION = '1.0.1'
1212

1313
# default model
1414
MODEL_NAME = 'SRGAN'

0 commit comments

Comments
 (0)