Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -807,7 +807,7 @@ Example: 'Received {total_slides} slides, {total_slides} scripts, and HTML files
|
|
| 807 |
audio_files.append(audio_file)
|
| 808 |
audio_urls[i] = get_gradio_file_url(audio_file)
|
| 809 |
progress = 90 + ((i + 1) / len(scripts)) * 10
|
| 810 |
-
label = f"Generating speech for slide {i + 1}/{len(scripts)}..."
|
| 811 |
file_paths.append(audio_file)
|
| 812 |
yield (
|
| 813 |
html_with_progress(label, progress),
|
|
|
|
| 807 |
audio_files.append(audio_file)
|
| 808 |
audio_urls[i] = get_gradio_file_url(audio_file)
|
| 809 |
progress = 90 + ((i + 1) / len(scripts)) * 10
|
| 810 |
+
label = f"Generating lecture speech for slide {i + 1}/{len(scripts)}..."
|
| 811 |
file_paths.append(audio_file)
|
| 812 |
yield (
|
| 813 |
html_with_progress(label, progress),
|