First notebook error 'module 'keras.preprocessing.image' has no attribute 'load_img''

Hi Carlos,
It seems to be a problem of the imported package.
Can you try changing the code from keras.preprocessing import image to from tensorflow.keras.preprocessing import image and see if it works?

Best,
Kezhen