Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Feb 1, 2024
1 parent 4b13e3b commit 4ed0560
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)
Expand Down

0 comments on commit 4ed0560

Please sign in to comment.