JaMugen commited on
Commit
39d83f7
·
1 Parent(s): 8d2136e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def main():
26
 
27
  if url:
28
  captions, translated_captions, original_file, translated_file = Milestone5API.download_video_transcript(url)
29
- print (translated_text)
30
  if captions:
31
  # Parse captions from the API response
32
  for line in captions.split("\n"):
 
26
 
27
  if url:
28
  captions, translated_captions, original_file, translated_file = Milestone5API.download_video_transcript(url)
29
+ print (translated_captions)
30
  if captions:
31
  # Parse captions from the API response
32
  for line in captions.split("\n"):