From 1f1f674802f678644724832abd3b43f7bc5e797a Mon Sep 17 00:00:00 2001 From: Simon Plovyt <40612002+splovyt@users.noreply.github.com> Date: Fri, 31 May 2019 11:13:09 -0700 Subject: [PATCH] Update max base to 1.1.3 and bump version number (#8) --- Dockerfile | 2 +- config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4cc2a2..848edc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/config.py b/config.py index e8f3173..426cad2 100644 --- a/config.py +++ b/config.py @@ -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'