Adnan Hussain
Adnan Hussain
> disabling it is easy, you can do this: > > ```python > pipe.safety_checker = lambda images, clip_input: (images, False) > ``` It keeps giving me this error TypeError: 'bool'...
> Hey, folks. I'm having the same issue as the above commenter, with the lambda approach throwing a `TypeError` because `'bool' object is not iterable`. I also tried the other...
Ok. So the issue is with serverless-offline. It's works fine at version 6.4.0 but when I upgraded it, the app become undefined between requests.