LLaVA-Plus-Codebase icon indicating copy to clipboard operation
LLaVA-Plus-Codebase copied to clipboard

[Usage] Error in llava conversation.py

Open manzonif opened this issue 2 years ago • 0 comments

Describe the issue

Issue: Error in /llava conversation.py Line: 453 Need to import Image from PIL Command:

PASTE THE COMMANDS HERE.

def dict(self, force_str=False): def remove_pil(x, force_str): if not force_str: return x

        if isinstance(x, Image.Image): 

Log:

PASTE THE LOGS HERE.

Screenshots: You may attach screenshots if it better explains the issue.

manzonif avatar Nov 15 '23 10:11 manzonif