Merge pull request #6143 from vladmandic/fix-interrogate

fix interrogate
This commit is contained in:
AUTOMATIC1111 2022-12-31 22:20:56 +03:00 committed by GitHub
commit f378b8d53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ class InterrogateModels:
return caption[0]
def interrogate(self, pil_image):
res = None
res = ""
try: