change model name
This commit is contained in:
parent
f86bc8d3ff
commit
c348b7ca72
@ -2,7 +2,7 @@ import json
|
||||
import mlflow as mlf
|
||||
import pandas as pd
|
||||
|
||||
model = mlf.keras.load_model("country_vaccination")
|
||||
model = mlf.keras.load_model("movies_imdb")
|
||||
|
||||
|
||||
with open('movies_imdb/input_example.json', 'r') as datafile:
|
||||
|
Loading…
Reference in New Issue
Block a user