Skip to content

Commit

Permalink
[docs] Fix video link (#5986)
Browse files Browse the repository at this point in the history
Update svd.md
  • Loading branch information
stevhliu authored Nov 29, 2023
1 parent ada8109 commit f72b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/using-diffusers/svd.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export_to_video(frames, "generated.mp4", fps=7)
```

<video width="1024" height="576" controls>
<source src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.mp4" type="video/mp4">
<source src="https://i.imgur.com/jJzVDKw.mp4" type="video/mp4">
</video>

<Tip>
Expand Down

0 comments on commit f72b28c

Please sign in to comment.