qqwjq1981 commited on
Commit
c0ee21d
·
verified ·
1 Parent(s): 5ef22e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- text=entry["translated"],
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',