From 2c60c8f47cbc131130c790eb82d230a8c20b8a9d Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 31 Jan 2024 10:02:25 +0100 Subject: [PATCH] Update personality.py --- lollms/personality.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lollms/personality.py b/lollms/personality.py index 5431a9e..0ccce71 100644 --- a/lollms/personality.py +++ b/lollms/personality.py @@ -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: