Skip to content
Snippets Groups Projects
Commit 6b9f1ab2 authored by Jan Hartig's avatar Jan Hartig
Browse files

Change default output filename.

parent 711f1a8f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ print("Model initialized")
segments, info = model.transcribe("/input/audiofile", language="de", beam_size=5)
with open("/output/transcript.vtt", "w", encoding="utf-8") as f:
with open("/output/subtitles.vtt", "w", encoding="utf-8") as f:
f.write("WEBVTT\n\nNOTE This transcript was automatically generated.")
print("Start processing...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment