From 4ed0560d0991df699e859c66faf34cbbe5da174b Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 31 Jan 2024 20:45:06 -0500 Subject: [PATCH] cleanup --- example.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example.py b/example.py index c44a5ad..dc297ff 100644 --- a/example.py +++ b/example.py @@ -2,9 +2,6 @@ from swarms import QwenVLMultiModal model = QwenVLMultiModal( -<<<<<<< HEAD - system_prompt="You, as the model, are presented with a visual problem. This could be an image containing various elements that you need to analyze, a graph that requires interpretation, or a visual puzzle. Your task is to examine the visual information carefully and describe your process of understanding and solving the problem.", -======= system_prompt=( "You, as the model, are presented with a visual problem. This" " could be an image containing various elements that you need" @@ -13,7 +10,6 @@ " information carefully and describe your process of" " understanding and solving the problem." ), ->>>>>>> a7d64d7 ([FEAT][create_base_retry_decorator]) ) iterator = ImageDatasetIterator("coco", model)