Spaces:
Running
on
Zero
Running
on
Zero
Default has punct
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def transcribe_audio(audio_path):
|
|
22 |
transcriber = AutoTranscriber(
|
23 |
corrector="opencc",
|
24 |
use_denoiser=False,
|
25 |
-
with_punct=
|
26 |
)
|
27 |
|
28 |
transcribe_results = transcriber.transcribe(audio_path)
|
|
|
22 |
transcriber = AutoTranscriber(
|
23 |
corrector="opencc",
|
24 |
use_denoiser=False,
|
25 |
+
with_punct=True
|
26 |
)
|
27 |
|
28 |
transcribe_results = transcriber.transcribe(audio_path)
|