uncensored-com / video-llava-7b-hf
Input a video, ask anything about it. Deployed by uncensored.com
- Public
- 26 runs
-
A100 (80GB)
- Weights
Input
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run uncensored-com/video-llava-7b-hf using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"uncensored-com/video-llava-7b-hf:a837a57f057ca84b171d3c10ed4f13dd351770cfb86a503eac164a96b4a5667a",
input={
"top_p": 0.9,
"prompt": "What is happening in this video?",
"num_frames": 10,
"temperature": 0.1,
"max_new_tokens": 500
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
Output
No output yet! Press "Submit" to start a prediction.
Run time and cost
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.