Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 (
|
| 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"):
|