Upload index.html
Browse files- index.html +5 -4
index.html
CHANGED
@@ -3,11 +3,12 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title>Whisper Diarization</title>
|
7 |
-
<script type="module" crossorigin src="
|
8 |
-
<link rel="stylesheet" crossorigin href="
|
9 |
</head>
|
10 |
<body>
|
11 |
-
<div id="root"></div>
|
|
|
12 |
</body>
|
13 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>Whisper Text Transcription and Speaker Diarization</title>
|
7 |
+
<script type="module" crossorigin src="./assets/index-CC4k_x1D.js"></script>
|
8 |
+
<link rel="stylesheet" crossorigin href="./assets/index-CwBX_a2D.css">
|
9 |
</head>
|
10 |
<body>
|
11 |
+
<div id="root"></div>
|
12 |
+
|
13 |
</body>
|
14 |
</html>
|