Spaces:
Runtime error
Runtime error
File size: 300 Bytes
14ee1a9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Quickstart
## Running single model
```python
import videogen_hub
model = videogen_hub.load('VideoCrafter2')
video = model.infer_one_video(prompt="A child excitedly swings on a rusty swing set, laughter filling the air.")
# Here video is a torch tensor of shape torch.Size([16, 3, 320, 512])
```
|