update changelog

This commit is contained in:
Vladimir Mandic
2024-03-05 10:41:10 -05:00
parent 5e3ebb0041
commit dc7bb9746a
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -118,7 +118,6 @@ def moondream(question: str, image: Image.Image, repo: str = None):
question = "Describe the image."
encoded = model.encode_image(image)
with devices.inference_context():
print('HERE', question)
response = model.answer_question(encoded, question, processor)
shared.log.debug(f'VQA: response="{response}"')