Maximum size of tflite model on Cam H7

Hi!
I know the maximum size of the model that can be loaded using tf.load is 400Kb for OpenMV cam H7, I read this in the documentation.
is there any way by which we can use a bigger model on this board that may be using STM32Cube.AI or something else like from the SD Card.

Please tell me if it is possible and if yes, how?

Thanks in advance.

Can’t run models from SD they have to be loaded in RAM, and yes you can use STM32Cube.AI but you have to build the firmware from source, see the docs here:

If I use STM32Cube.AI will I be able to use a bigger tflite file than 400KB?

Yeah, you have to disable things in the firmware to fit.