Spaces:
Running
Running
laurent
commited on
Commit
·
862ee4b
1
Parent(s):
8f13663
Fix.
Browse files- index.html +3 -2
index.html
CHANGED
@@ -9,10 +9,11 @@
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>More samples generated with Hibiki!</h1>
|
12 |
-
<video class="embed-responsive-item" style="max-width: 80%; min-width:
|
13 |
-
<source src="
|
14 |
Your browser does not support HTML video.
|
15 |
</video>
|
|
|
16 |
(<a href="https://www.youtube.com/watch?v=n5R6LTkKlRI" target="_blank">source</a>, original video (c) Canal+)
|
17 |
</div>
|
18 |
</body>
|
|
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
<h1>More samples generated with Hibiki!</h1>
|
12 |
+
<video class="embed-responsive-item" style="max-width: 80%; min-width: 8000px;" controls>
|
13 |
+
<source src="mci-s.mp4" type="video/mp4">
|
14 |
Your browser does not support HTML video.
|
15 |
</video>
|
16 |
+
<br />
|
17 |
(<a href="https://www.youtube.com/watch?v=n5R6LTkKlRI" target="_blank">source</a>, original video (c) Canal+)
|
18 |
</div>
|
19 |
</body>
|