csukuangfj commited on
Commit
80e7e4c
·
1 Parent(s): 7a9aed4

minor fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def process(
150
  num_clusters=input_num_speakers,
151
  threshold=input_threshold,
152
  )
153
- MyPrint(audio.shape / sd.sample_rate, sample_rate)
154
 
155
  segments = sd.process(audio).sort_by_start_time()
156
  s = ""
 
150
  num_clusters=input_num_speakers,
151
  threshold=input_threshold,
152
  )
153
+ MyPrint(f"{audio.shape / sd.sample_rate}, {sample_rate}")
154
 
155
  segments = sd.process(audio).sort_by_start_time()
156
  s = ""