Spaces:
Running
Running
Commit
•
425c335
1
Parent(s):
7c95c79
adding explanations
Browse files- public/index.html +10 -0
public/index.html
CHANGED
@@ -6,6 +6,16 @@
|
|
6 |
<script src="/mpegts.js"></script>
|
7 |
</head>
|
8 |
<body class="fixed inset-0 bg-[rgb(0,0,0)] flex flex-col w-full items-center justify-center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<div class="flex w-full">
|
10 |
<video id="videoElement" muted autoplay class="aspect-video w-full"></video>
|
11 |
<!--
|
|
|
6 |
<script src="/mpegts.js"></script>
|
7 |
</head>
|
8 |
<body class="fixed inset-0 bg-[rgb(0,0,0)] flex flex-col w-full items-center justify-center">
|
9 |
+
<div
|
10 |
+
class="fixed w-full top-4 px-6 font-mono text-white flex items-center justify-between space-x-1"
|
11 |
+
style="text-shadow: 0px 0px 3px #000000">
|
12 |
+
|
13 |
+
<div class="text-md">🤗 Streaming channel #1</div>
|
14 |
+
<div class="text-xs">(<a
|
15 |
+
class=""
|
16 |
+
href="https://huggingface.co/cerspense/zeroscope_v2_576w"
|
17 |
+
target="_blank">cerspense/zeroscope_v2_576w</a>, 576x320)</div>
|
18 |
+
</div>
|
19 |
<div class="flex w-full">
|
20 |
<video id="videoElement" muted autoplay class="aspect-video w-full"></video>
|
21 |
<!--
|