Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ def process_entry(entry, i, video_width, video_height, add_voiceover, target_lan
|
|
313 |
|
314 |
# Create text clip for subtitles
|
315 |
txt_clip = TextClip(
|
316 |
-
|
317 |
font="./NotoSansSC-Regular.ttf",
|
318 |
method='caption',
|
319 |
color='yellow',
|
|
|
313 |
|
314 |
# Create text clip for subtitles
|
315 |
txt_clip = TextClip(
|
316 |
+
txt=entry["translated"],
|
317 |
font="./NotoSansSC-Regular.ttf",
|
318 |
method='caption',
|
319 |
color='yellow',
|