Gradio Space Crashing on Startup - TypeError: argument of type 'bool' is not iterable

I had the same issue. I added pydantic==2.10.6 to my requirements.txt and the issue was resolved.

1 Like