svjack commited on
Commit
daa539d
·
verified ·
1 Parent(s): d3ebf8e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Fate/Zero 视频</title>
7
+ </head>
8
+ <body>
9
+ <h1>Fate/Zero 视频</h1>
10
+ <video controls width="640" height="360">
11
+ <source src="https://huggingface.co/datasets/svjack/FateZero_Videos_Captioned/resolve/main/video0/FateZero-01-SummoningoftheHeroicSpirits___109.mp4" type="video/mp4">
12
+ </video>
13
+ </body>
14
+ </html>