sreepathi-ravikumar commited on
Commit
b074522
·
verified ·
1 Parent(s): d70e9f9

Update video2.py

Browse files
Files changed (1) hide show
  1. video2.py +1 -1
video2.py CHANGED
@@ -331,7 +331,7 @@ from moviepy.video.fx.speedx import speedx
331
  def video_func(id, lines, lang):
332
  #duration, audio_path = audio_func(id, lines, lang)
333
  duration=100
334
- audio_path=Sample.mp3
335
  if not duration or not audio_path:
336
  print("Failed to generate audio.")
337
  return None
 
331
  def video_func(id, lines, lang):
332
  #duration, audio_path = audio_func(id, lines, lang)
333
  duration=100
334
+ audio_path="Sample.mp3"
335
  if not duration or not audio_path:
336
  print("Failed to generate audio.")
337
  return None