Update personality.py

This commit is contained in:
Saifeddine ALOUI 2024-01-31 10:02:25 +01:00 committed by GitHub
parent dc8a75b6c1
commit 2c60c8f47c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -774,7 +774,7 @@ Date: {{date}}
self.full(output)
if self.model.binding_type not in [BindingType.TEXT_IMAGE, BindingType.TEXT_IMAGE_VIDEO]:
self.ShowBlockingMessage("Understanding image (please wait)")
# self.ShowBlockingMessage("Understanding image (please wait)")
from PIL import Image
img = Image.open(str(path))
# Convert the image to RGB mode
@ -786,7 +786,7 @@ Date: {{date}}
if self.config.debug:
ASCIIColors.yellow(output)
else:
self.ShowBlockingMessage("Importing image (please wait)")
# self.ShowBlockingMessage("Importing image (please wait)")
self.HideBlockingMessage("Importing image (please wait)")
except Exception as ex: