def get_predictions_from_image_array()

in test.py [0:0]


def get_predictions_from_image_array(batch):
    res = requests.post(ENDPOINT, json={ 'instances': batch })
    return res.json()['predictions']