Unverified Commit f72b28c7 authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Fix video link (#5986)

Update svd.md
parent ada8109d
...@@ -54,7 +54,7 @@ export_to_video(frames, "generated.mp4", fps=7) ...@@ -54,7 +54,7 @@ export_to_video(frames, "generated.mp4", fps=7)
``` ```
<video width="1024" height="576" controls> <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> </video>
<Tip> <Tip>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment