Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
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},
|
| 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()
|