qqwjq1981 commited on
Commit
0eccd9c
·
verified ·
1 Parent(s): 65983b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -317,6 +317,7 @@ def process_entry(entry, i, video_width, video_height, add_voiceover, target_lan
317
  stroke_color='black',
318
  stroke_width=2,
319
  fontsize=int(video_height // 20),
 
320
  ).with_start(entry["start"]).with_duration(entry["end"] - entry["start"]).with_position(('bottom')).with_opacity(0.8)
321
 
322
  audio_segment = None
 
317
  stroke_color='black',
318
  stroke_width=2,
319
  fontsize=int(video_height // 20),
320
+ method='label',
321
  ).with_start(entry["start"]).with_duration(entry["end"] - entry["start"]).with_position(('bottom')).with_opacity(0.8)
322
 
323
  audio_segment = None