From 3a7ebcf81dc501a4fbc33dbdd9c0008b82bfb39e Mon Sep 17 00:00:00 2001 From: Dejan Golubovic <dejan.golubovic@cern.ch> Date: Wed, 22 Sep 2021 14:58:53 +0200 Subject: [PATCH] Update serving/tensorflow/README.md --- serving/tensorflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/tensorflow/README.md b/serving/tensorflow/README.md index 8d2eac0..f74c806 100644 --- a/serving/tensorflow/README.md +++ b/serving/tensorflow/README.md @@ -16,5 +16,5 @@ - AUTH_SESSION is the authentication session cookie obtained in the previous step - NAMESPACE is a personal Kubeflow namespace, which can be seen in the top left corner of the UI -```curl -H 'Cookie: authservice_session=AUTH_SESSION' -H 'Host: flowers-sample-predictor-default.NAMESPACE.example.com' http://ml.cern.ch/v1/models/gan3d-cpu:predict -d @./input.json``` +```curl -H 'Cookie: authservice_session=AUTH_SESSION' -H 'Host: flowers-sample-predictor-default.NAMESPACE.example.com' http://ml.cern.ch/v1/models/flowers-sample:predict -d @./input.json``` -- GitLab