Spaces:
Running
on
Zero
Running
on
Zero
liuyang
commited on
Commit
·
d947708
1
Parent(s):
04482af
print log
Browse files
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 |
-
|
| 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
|