Skip to content

Commit 27f20a7

Browse files
authored
Update pipeline.py
1 parent 2ef0822 commit 27f20a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

education-ai-suite/smart-classroom/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def run_content_segmentation(self):
193193
self.session_id
194194
)
195195

196-
transcription_path = os.path.join(session_dir, "transcription.txt")
196+
transcription_path = os.path.join(session_dir, "content_segmentation_transcription.txt")
197197

198198
session_state = SessionState.get_session_state(self.session_id)
199199
# VALIDATION: Check media duration match before processing

0 commit comments

Comments
 (0)