Looking at the code, I found a change in Gradio’s specifications.
I can’t believe it, but could Gradio’s repeated specification changes be causing code conflicts…?
Gradio 4
cache_examples="lazy",
Gradio 5
cache_examples=True,
cache_mode="lazy",
Gradio 5 TODAY
cache_examples="lazy",
Edit:
It was a misunderstanding. It seems that the previous notation was originally possible for compatibility reasons.