Hi all! I am trying to create an endpoint for Easy OCR. I was able to create the experiment using a wrapper class with the code below: # import libraries
import mlflow
import mlflow.pyfunc
import cloudpickle
import cv2
import re
import easyocr
impo...