From 471c1eaed872ff7406758854dcb22828cabf8189 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Sat, 16 May 2020 08:50:08 +0800 Subject: [PATCH] fix local predict --- python/paddle_serving_app/local_predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle_serving_app/local_predict.py b/python/paddle_serving_app/local_predict.py index 260ebf1c..66209941 100644 --- a/python/paddle_serving_app/local_predict.py +++ b/python/paddle_serving_app/local_predict.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab