Skip to content

Commit b33f3d5

Browse files
authored
Add Image-to-Video to widget examples list (#1637)
1 parent bc5d747 commit b33f3d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/hub/models-widgets-examples.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ widget:
248248
prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance
249249
```
250250
251+
### Image-to-Video
252+
253+
```yaml
254+
widget:
255+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/canny-edge.jpg
256+
prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance
257+
```
258+
251259
### Text-to-Image
252260
253261
```yaml

0 commit comments

Comments
 (0)