Skip to main content
The LLaVANeXT class provides A wrapper for the LLaVANeXT model, which answers questions about visual media (images/videos) using the LLaVANeXT framework.
boolean
default:"True"
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to True.
This model is currently not available via Cortex.
np.ndarray
The input RGB image of shape (M,N,3)(M,N,3).
str
The path to the input video.
str
required
The question to answer about the media.
str
The response to the prompt.
This code is licensed under the Apache 2.0 License.