Tim13ekd commited on
Commit
4ce04cf
·
verified ·
1 Parent(s): cd85691

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # Erstelle Text-Filters für jedes Wort
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