pull/25/head
Kye 1 year ago
parent 578aa9fc37
commit 510c20c2e5

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.8.8',
version = '0.8.9',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',

@ -1307,7 +1307,8 @@ from PIL import Image
from transformers import BlipForConditionalGeneration, BlipProcessor
# from core.prompts.file import IMAGE_PROMPT
from swarms.prompts.prompts import IMAGE_PROMPT
# from swarms.agents.prompts import IMAGE_PROMPT
from swarms.agents.prompts import IMAGE_PROMPT
from swarms.utils.main import BaseHandler

Loading…
Cancel
Save