From e165177626c0edb63b72d655829870e57a991e38 Mon Sep 17 00:00:00 2001 From: Newnius Date: Fri, 1 May 2020 16:54:18 +0800 Subject: [PATCH] update --- .idea/workspace.xml | 36 +++++++++++++++++++++--------------- serve.py | 2 +- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 59aaedb..3d8a65a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + - - - + + + - - @@ -344,8 +350,8 @@ - - + + diff --git a/serve.py b/serve.py index 519af5b..08aa7fa 100644 --- a/serve.py +++ b/serve.py @@ -12,7 +12,7 @@ from sklearn.model_selection import train_test_split from model_tensorflow import train, predict import csv from collections import deque -from StringIO import StringIO +from io import StringIO class Config: