svjack commited on
Commit
2f68272
·
verified ·
1 Parent(s): c796a5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -65,4 +65,9 @@ bytes_to_video(ds[-3]["video"], "vid1.mp4")
65
  display.Video("vid1.mp4", width = 512, height = 512)
66
  ```
67
 
68
- https://github.com/user-attachments/assets/fd41f9b8-3896-4caf-bf62-4b8b449b7271
 
 
 
 
 
 
65
  display.Video("vid1.mp4", width = 512, height = 512)
66
  ```
67
 
68
+ ## 视频演示
69
+
70
+ <video controls width="512" height="512">
71
+ <source src="https://github.com/user-attachments/assets/fd41f9b8-3896-4caf-bf62-4b8b449b7271" type="video/mp4">
72
+ Your browser does not support the video tag.
73
+ </video>