In [12]:
interpreter = tf.lite.Interpreter(model_content=tflite_model)
interpreter.allocate_tensors()