Suddenly I get an error on huggingface

I don’t know what is going on lately, but I keep having issues on huggingface with imageclassification apps that used to run without problems for months…

the error I get is “ModuleNotFoundError: No module named 'timm.models.layers.norm’”

app.py contains the lines

"
from fastai.vision.all import *
import gradio as gr
import timm
"

and ‘import timm’ was added hoping that solve the error.
I made the mistake of renaming the space, and that must have reset/updated some settings that break my code.

any help?