youngtsai commited on
Commit
41af362
·
1 Parent(s): 44c77f0

# 確認是否更新逐字稿文件

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -546,6 +546,7 @@ def process_transcript_and_screenshots_on_gcs(video_id):
546
  print(f"截图已上传到GCS: {img_file_id}")
547
  is_new_transcript = True
548
 
 
549
  if is_new_transcript:
550
  # 更新逐字稿文件
551
  print("===更新逐字稿文件===")
 
546
  print(f"截图已上传到GCS: {img_file_id}")
547
  is_new_transcript = True
548
 
549
+ # 確認是否更新逐字稿文件
550
  if is_new_transcript:
551
  # 更新逐字稿文件
552
  print("===更新逐字稿文件===")