diff --git a/docs/hub/models-widgets-examples.md b/docs/hub/models-widgets-examples.md index 06746a65f..9be734b65 100644 --- a/docs/hub/models-widgets-examples.md +++ b/docs/hub/models-widgets-examples.md @@ -248,6 +248,14 @@ widget: prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance ``` +### Image-to-Video + +```yaml +widget: +- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/canny-edge.jpg + prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance +``` + ### Text-to-Image ```yaml