From 9dfa960f9ee5cc9b1dfc58af41f2d065993466f9 Mon Sep 17 00:00:00 2001 From: Franck Abgrall Date: Thu, 13 Mar 2025 10:05:35 +0100 Subject: [PATCH] Add Image-to-Video to widget examples list --- docs/hub/models-widgets-examples.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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