# image_predict.py import os file_path = os.path.join(settings.STATIC_URL, \'util/keras_model.h5\') print(file_path) model = tensorflow.keras.models.load_model(file