JaMugen commited on
Commit
3a9d436
·
1 Parent(s): c919e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ def main():
27
 
28
  if url:
29
  captions, translated_captions, original_file, translated_file = Milestone5API.download_video_transcript(url)
30
-
 
31
  if captions and translated_captions:
32
  captions_list = []
33
  translated_list = []
 
27
 
28
  if url:
29
  captions, translated_captions, original_file, translated_file = Milestone5API.download_video_transcript(url)
30
+ print(captions)
31
+ print(translated_captions)
32
  if captions and translated_captions:
33
  captions_list = []
34
  translated_list = []