fix: ASR processor indentation error
This commit is contained in:
@@ -345,7 +345,7 @@ def run_asr(video_path, output_path, uuid: str = "", fps: float = None):
|
||||
"scene_number": scene_idx + 1,
|
||||
"language": seg_language,
|
||||
})
|
||||
total_segments += 1
|
||||
total_segments += 1
|
||||
|
||||
# 當前 scene 結果寫入 .asr.tmp
|
||||
all_segments.extend(scene_segments)
|
||||
|
||||
Reference in New Issue
Block a user