Spaces:
Runtime error
Runtime error
def get_title(): | |
return input_file[:-4] | |
input_file = "" | |
audio_file = "input.wav" | |
transcribe_file = "transcribe.txt" | |
subtitle_file = "subtitle.srt" | |
transcribe_adjusted_file = "transcribe_adjusted.txt" | |
subtitle_adjusted_file = "subtitle_adjusted.srt" | |
video_subtitle_file = f"output_{get_title()}.mp4" | |
start_time_for_adjustment = "00:00:00" | |
end_time_for_adjustment = "00:10:00" | |
sample_groups_json = "sample_groups.json" | |
speaker_groups_json = "speaker_groups.json" | |