提交 3ca8fd6a 编写于 作者: B barrierye

update testfile

上级 00023a83
......@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from pyclient import PyClient
from paddle_serving_client.pyclient import PyClient
import numpy as np
client = PyClient()
......
......@@ -13,11 +13,11 @@
# limitations under the License.
# pylint: disable=doc-string-missing
from pyserver import Op
from pyserver import Channel
from pyserver import PyServer
from paddle_serving_server.pyserver import Op
from paddle_serving_server.pyserver import Channel
from paddle_serving_server.pyserver import PyServer
from paddle_serving_server import python_service_channel_pb2
import numpy as np
import python_service_channel_pb2
import logging
logging.basicConfig(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册