Upload moondream.py
Browse files- moondream.py +1 -1
moondream.py
CHANGED
@@ -312,7 +312,7 @@ class Moondream(PreTrainedModel):
|
|
312 |
return cleaned_answer
|
313 |
"""
|
314 |
|
315 |
-
def answer_question(
|
316 |
self,
|
317 |
image_embeds,
|
318 |
question,
|
|
|
312 |
return cleaned_answer
|
313 |
"""
|
314 |
|
315 |
+
async def answer_question(
|
316 |
self,
|
317 |
image_embeds,
|
318 |
question,
|