Jaward commited on
Commit
2a4d94a
·
verified ·
1 Parent(s): 8b5a6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),