We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b26149 commit 1f1f674Copy full SHA for 1f1f674
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM codait/max-base:v1.1.1
+FROM codait/max-base:v1.1.3
2
3
ARG model_bucket=http://max-assets.s3.us.cloud-object-storage.appdomain.cloud/max-image-resolution-enhancer/1.0
4
ARG model_file=assets.tar.gz
config.py
@@ -8,7 +8,7 @@
8
# API metadata
9
API_TITLE = 'MAX Image Resolution Enhancer'
10
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'
+API_VERSION = '1.0.1'
12
13
# default model
14
MODEL_NAME = 'SRGAN'
0 commit comments