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