Skip to content
Snippets Groups Projects
Unverified Commit e314731d authored by James Briggs's avatar James Briggs
Browse files

fix vit Image import

parent 7c35a444
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,6 @@ from typing import Any, List, Optional
from pydantic.v1 import PrivateAttr
from semantic_router.encoders import BaseEncoder
from semantic_router.utils.logger import logger
try:
from PIL import Image
except ImportError:
logger.warning("Pillow is not installed. Install it with `pip install pillow`")
class VitEncoder(BaseEncoder):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment