Skip to content

Commit

Permalink
πŸ“ fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic authored Feb 11, 2024
1 parent b718684 commit 19bc896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class AnalysisResult(BaseModel):
objects: list[str] = Field(description="A list of objects found in the image")

# easy use of images as input with structured output
def analyse_image(image: Image.Image) -> AnalysisResult:
def analyse_image(image: Image) -> AnalysisResult:
"""
Analyse the image and extract its
theme, description and objects.
Expand Down

0 comments on commit 19bc896

Please sign in to comment.