Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|