Skip to content

Commit

Permalink
fix e2b heic issue (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird authored Jun 18, 2024
1 parent c04bb87 commit cb8e8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class DefaultImports:

common_imports = [
"from typing import *",
"from pillow_heif import register_heif_opener",
"register_heif_opener()",
]

Expand Down

0 comments on commit cb8e8d0

Please sign in to comment.