add ms florence

This commit is contained in:
Vladimir Mandic
2024-06-23 08:50:06 -04:00
parent 61d4acda68
commit 72f6cf6a1f
5 changed files with 49 additions and 4 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ class ResInterrogate(BaseModel):
class ReqVQA(BaseModel):
image: str = Field(default="", title="Image", description="Image to work on, must be a Base64 string containing the image's data.")
model: str = Field(default="Moondream 2", title="Model", description="The interrogate model used.")
model: str = Field(default="MS Florence 2 Base", title="Model", description="The interrogate model used.")
question: str = Field(default="describe the image", title="Question", description="Question to ask the model.")
class ResVQA(BaseModel):