csukuangfj commited on
Commit
4dbff49
·
1 Parent(s): 3b63443

minor fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def process(
141
  start = time.time()
142
 
143
  sd = get_speaker_diarization(
144
- segmentation=speaker_segmentation_model,
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,