Spaces:
Runtime error
Runtime error
liuyang
commited on
Commit
·
7c60c3b
1
Parent(s):
7cf016f
print result
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ class WhisperTranscriber:
|
|
| 187 |
|
| 188 |
transcription_time = time.time() - start_time
|
| 189 |
print(f"Full audio transcribed in {transcription_time:.2f} seconds using batch size {batch_size}")
|
| 190 |
-
|
| 191 |
return results, detected_language
|
| 192 |
|
| 193 |
def cut_audio_segments(self, audio_path, diarization_segments):
|
|
|
|
| 187 |
|
| 188 |
transcription_time = time.time() - start_time
|
| 189 |
print(f"Full audio transcribed in {transcription_time:.2f} seconds using batch size {batch_size}")
|
| 190 |
+
print(results)
|
| 191 |
return results, detected_language
|
| 192 |
|
| 193 |
def cut_audio_segments(self, audio_path, diarization_segments):
|