From 08e6cdbe3e427bd99be7be4559a07b151e929d04 Mon Sep 17 00:00:00 2001
From: ignacio <ignacio.heredia.cacha@gmail.com>
Date: Mon, 3 Feb 2020 12:18:04 +0100
Subject: [PATCH] move to deepaas v2

---
 README.md     | 2 +-
 metadata.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a9f1715..4fff8b5 100644
--- a/README.md
+++ b/README.md
@@ -65,5 +65,5 @@ mode.
 
 ## Connect to the API
 
-Once the container is up and running, browse to `http://localhost:5000` to get
+Once the container is up and running, browse to `http://localhost:5000/ui` to get
 the [OpenAPI (Swagger)](https://www.openapis.org/) documentation page.
diff --git a/metadata.json b/metadata.json
index d9b3a05..1255c8d 100644
--- a/metadata.json
+++ b/metadata.json
@@ -25,7 +25,7 @@
         "[1]: Chollet, Francois. [Xception: Deep learning with depthwise separable convolutions](https://arxiv.org/abs/1610.02357) arXiv preprint (2017): 1610-02357.\n"
 	],
     "keywords": [
-        "tensorflow", "docker", "deep learning", "trainable", "inference", "pre-trained", "image classification",  "api-v1"
+        "tensorflow", "docker", "deep learning", "trainable", "inference", "pre-trained", "image classification",  "api-v2"
     ],
     "license": "Apache 2.0",
     "date_creation": "2019-01-01",
-- 
GitLab