def predict()

in src/predict.py [0:0]


def predict(tags):
    model = AutofillModel()
    model.load_model(model_path)
    return model.predict(tags)