typo in py not used anymore

master
ml server 2020-01-16 19:47:52 -07:00
parent 52bda18f63
commit 188db9fcbb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from tensorflow.python.keras.models import load_model
from tensorflow.python.keras.preprocessing.image import load_img
from tensorflow.python.keras.preprocessing.image import img_to_array
model = load_model('date/wut.h5')
model = load_model('data/wut.h5')
img_width=256
img_height=256
model = Sequential()