natbutter
commited on
Commit
•
f76071c
1
Parent(s):
baba67c
tiny model
Browse files
assets/{index-BJGORkzb.js → index-DVjYq3Hy.js}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
assets/{worker-CynElY_w.js → worker-T4rP-bHk.js}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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="/assets/index-
|
8 |
<link rel="stylesheet" crossorigin href="/assets/index-CwBX_a2D.css">
|
9 |
</head>
|
10 |
<body>
|
|
|
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="/assets/index-DVjYq3Hy.js"></script>
|
8 |
<link rel="stylesheet" crossorigin href="/assets/index-CwBX_a2D.css">
|
9 |
</head>
|
10 |
<body>
|
whisper-speaker-diarization/src/worker.js
CHANGED
@@ -19,7 +19,7 @@ const PER_DEVICE_CONFIG = {
|
|
19 |
* This class uses the Singleton pattern to ensure that only one instance of the model is loaded.
|
20 |
*/
|
21 |
class PipelineSingeton {
|
22 |
-
static asr_model_id = '
|
23 |
static asr_instance = null;
|
24 |
|
25 |
static segmentation_model_id = 'onnx-community/pyannote-segmentation-3.0';
|
|
|
19 |
* This class uses the Singleton pattern to ensure that only one instance of the model is loaded.
|
20 |
*/
|
21 |
class PipelineSingeton {
|
22 |
+
static asr_model_id = 'onnx-community/whisper-tiny.en_timestamped';
|
23 |
static asr_instance = null;
|
24 |
|
25 |
static segmentation_model_id = 'onnx-community/pyannote-segmentation-3.0';
|