Closed aiiph4 closed 2 months ago
I guess it doesn't work. When I use the gradio demo, an error occurs the first time I enter text. I have to upload an image or video first before I can continue the text conversation.
I find that simply setting both the images and videos parameters to None in the processor works as expected. Here's how I'm using it:
inputs = processor(messages, images=None, videos=None)
I'd like to know if mPLUG-Owl3 supports text-only input. Thank you very much!