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: