Jaward commited on
Commit
16b934e
·
verified ·
1 Parent(s): 14dfce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -904,7 +904,7 @@ Example: 'Received {total_slides} slides and {total_slides} scripts. Lecture is
904
  progress = 90 + ((i + 1) / len(scripts)) * 10
905
  label = f"Generated audio for slide {i + 1}/{len(scripts)}..."
906
 
907
- // Update audio timeline with the new audio URL
908
  audio_timeline = ""
909
  for j, url in enumerate(audio_urls):
910
  if url:
 
904
  progress = 90 + ((i + 1) / len(scripts)) * 10
905
  label = f"Generated audio for slide {i + 1}/{len(scripts)}..."
906
 
907
+ # Update audio timeline with the new audio URL
908
  audio_timeline = ""
909
  for j, url in enumerate(audio_urls):
910
  if url: