patrickvonplaten sayakpaul HF staff commited on
Commit
32aa057
1 Parent(s): 131f0c6

Update readme to include demo results (#1)

Browse files

- Update readme to include demo results (ef422fe0474639a9f4239933cccf0c03f8e3775d)


Co-authored-by: Sayak Paul <sayakpaul@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -53,6 +53,27 @@ video_path = export_to_video(video_frames)
53
  print(video_path)
54
  ```
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ## View results
57
 
58
  The above code will display the save path of the output video, and the current encoding format can be played with [VLC player](https://www.videolan.org/vlc/).
 
53
  print(video_path)
54
  ```
55
 
56
+ Here are some results:
57
+
58
+ <table>
59
+ <tr>
60
+ <td><center>
61
+ An astronaut riding a horse.
62
+ <br>
63
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/astr.gif"
64
+ alt="An astronaut riding a horse."
65
+ style="width: 300px;" />
66
+ </center></td>
67
+ <td ><center>
68
+ Darth vader surfing in waves.
69
+ <br>
70
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/vader.gif"
71
+ alt="Darth vader surfing in waves."
72
+ style="width: 300px;" />
73
+ </center></td>
74
+ </tr>
75
+ </table>
76
+
77
  ## View results
78
 
79
  The above code will display the save path of the output video, and the current encoding format can be played with [VLC player](https://www.videolan.org/vlc/).