Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def generate_slideshow_with_audio(images, input_text, duration_per_word=0.5, dur
|
|
| 62 |
start_time = i * duration_per_image
|
| 63 |
end_time = (i + 1) * duration_per_image
|
| 64 |
|
| 65 |
-
#
|
| 66 |
if word_index < len(words):
|
| 67 |
text = words[word_index]
|
| 68 |
word_index += 1
|
|
|
|
| 62 |
start_time = i * duration_per_image
|
| 63 |
end_time = (i + 1) * duration_per_image
|
| 64 |
|
| 65 |
+
# Text-Filters für jedes Wort
|
| 66 |
if word_index < len(words):
|
| 67 |
text = words[word_index]
|
| 68 |
word_index += 1
|