Spaces:
Running
Running
jhj0517
commited on
Commit
·
bd79b3c
1
Parent(s):
2e66c64
Update print format
Browse files
tests/test_transcription.py
CHANGED
@@ -32,8 +32,8 @@ def test_transcribe(
|
|
32 |
whisper_type=whisper_type,
|
33 |
)
|
34 |
print(
|
35 |
-
f"""Whisper Device : {whisper_inferencer.device}"""
|
36 |
-
f"""BGM Separation Device: {whisper_inferencer.music_separator.device}"""
|
37 |
f"""Diarization Device: {whisper_inferencer.diarizer.device}"""
|
38 |
)
|
39 |
|
|
|
32 |
whisper_type=whisper_type,
|
33 |
)
|
34 |
print(
|
35 |
+
f"""Whisper Device : {whisper_inferencer.device}\n"""
|
36 |
+
f"""BGM Separation Device: {whisper_inferencer.music_separator.device}\n"""
|
37 |
f"""Diarization Device: {whisper_inferencer.diarizer.device}"""
|
38 |
)
|
39 |
|