diff --git a/serving/tensorflow/README.md b/serving/tensorflow/README.md index 8d2eac0d7fa099e7dc19f091f1d6ae25a5370e01..f74c8064681051f8c987b3b146fdfc7bdd9aadfc 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```