liuyang commited on
Commit
d947708
·
1 Parent(s): 04482af
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -420,7 +420,7 @@ class WhisperTranscriber:
420
 
421
  transcription_time = time.time() - start_time
422
  print(f"Full audio transcribed in {transcription_time:.2f} seconds using batch size {batch_size}")
423
- #print(results)
424
  return results, detected_language
425
 
426
  # Removed audio cutting; transcription is done once on the full (preprocessed) audio
 
420
 
421
  transcription_time = time.time() - start_time
422
  print(f"Full audio transcribed in {transcription_time:.2f} seconds using batch size {batch_size}")
423
+ print(results)
424
  return results, detected_language
425
 
426
  # Removed audio cutting; transcription is done once on the full (preprocessed) audio