fosters commited on
Commit
2928e92
·
verified ·
1 Parent(s): b37ed2e

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def identify_speakers(
236
  t_total = time.time()
237
 
238
  log.append(f"[{_ts()}] === START: {len(repos)} repos, {samples_per_book} sample/book, {audio_sec}s/clip ===")
239
- log.append(f"[{_ts()}] CPU count: {N_CPUS}, batch size: {BATCH_SIZE}")
240
 
241
  progress(0, desc="Loading model…")
242
  t_model = time.time()
 
236
  t_total = time.time()
237
 
238
  log.append(f"[{_ts()}] === START: {len(repos)} repos, {samples_per_book} sample/book, {audio_sec}s/clip ===")
239
+ log.append(f"[{_ts()}] CPU count: {N_CPUS}, workers: {N_WORKERS}, embed_threads: {EMBED_THREADS}")
240
 
241
  progress(0, desc="Loading model…")
242
  t_model = time.time()