Spaces:
Running
Running
Commit
·
4dbff49
1
Parent(s):
3b63443
minor fixes
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def process(
|
|
141 |
start = time.time()
|
142 |
|
143 |
sd = get_speaker_diarization(
|
144 |
-
|
145 |
embedding_model=embedding_model,
|
146 |
num_clusters=input_num_speakers,
|
147 |
threshold=input_threshold,
|
|
|
141 |
start = time.time()
|
142 |
|
143 |
sd = get_speaker_diarization(
|
144 |
+
segmentation_model=speaker_segmentation_model,
|
145 |
embedding_model=embedding_model,
|
146 |
num_clusters=input_num_speakers,
|
147 |
threshold=input_threshold,
|