youngtsai commited on
Commit
6d113f6
1 Parent(s): 3cc7368

updated_transcript_text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,7 +459,7 @@ def process_transcript_and_screenshots_on_gcs(video_id):
459
  upload_file_to_gcs_with_json_string(gcs_client, bucket_name, transcript_blob_name, updated_transcript_text)
460
  print("逐字稿已更新,包括截图链接")
461
 
462
- return transcript
463
 
464
 
465
 
 
459
  upload_file_to_gcs_with_json_string(gcs_client, bucket_name, transcript_blob_name, updated_transcript_text)
460
  print("逐字稿已更新,包括截图链接")
461
 
462
+ return updated_transcript_text
463
 
464
 
465