Update app.py
Browse files
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
|