tongxiaojun commited on
Commit
864c450
โ€ข
1 Parent(s): df92730

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +5 -3
public/index.html CHANGED
@@ -1,6 +1,6 @@
1
  <html>
2
  <head>
3
- <title>AI Web TV ๐Ÿค—</title>
4
  <link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" />
5
  <!--<link href="https://vjs.zencdn.net/8.3.0/video-js.css" rel="stylesheet" />-->
6
  <script src="/mpegts.js"></script>
@@ -22,7 +22,7 @@
22
  style="text-shadow: 0px 0px 3px #000000">
23
 
24
  <div class="flex text-xl space-x-2">
25
- <div class="text-xl">๐Ÿค— AI WebTV</div>
26
  <div class="text-md">๐Ÿ‘‰ Change channel:</div>
27
  <template x-for="chan in channels">
28
  <div
@@ -46,7 +46,7 @@
46
  <div x-text="channel.audience"></div>
47
  <div x-text="channel.audience > 1 ? 'viewers' : 'viewer'"></div>
48
  </div>
49
-
50
  <div class="text-sm">(<a
51
  class="hover:underline"
52
  href="https://huggingface.co/facebook/musicgen-melody"
@@ -55,6 +55,8 @@
55
  :href="channel.modelUrl"
56
  x-text="channel.model"
57
  target="_blank"></a>)</div>
 
 
58
 
59
  <div
60
  x-on:click="toggleAudio()"
 
1
  <html>
2
  <head>
3
+ <title>AI DJ TV </title>
4
  <link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" />
5
  <!--<link href="https://vjs.zencdn.net/8.3.0/video-js.css" rel="stylesheet" />-->
6
  <script src="/mpegts.js"></script>
 
22
  style="text-shadow: 0px 0px 3px #000000">
23
 
24
  <div class="flex text-xl space-x-2">
25
+ <div class="text-xl">๐Ÿค— AI DJ TV</div>
26
  <div class="text-md">๐Ÿ‘‰ Change channel:</div>
27
  <template x-for="chan in channels">
28
  <div
 
46
  <div x-text="channel.audience"></div>
47
  <div x-text="channel.audience > 1 ? 'viewers' : 'viewer'"></div>
48
  </div>
49
+ <!--
50
  <div class="text-sm">(<a
51
  class="hover:underline"
52
  href="https://huggingface.co/facebook/musicgen-melody"
 
55
  :href="channel.modelUrl"
56
  x-text="channel.model"
57
  target="_blank"></a>)</div>
58
+
59
+ -->
60
 
61
  <div
62
  x-on:click="toggleAudio()"