sreepathi-ravikumar commited on
Commit
7d340ee
·
verified ·
1 Parent(s): 21821ea

Update video2.py

Browse files
Files changed (1) hide show
  1. video2.py +1 -1
video2.py CHANGED
@@ -37,7 +37,7 @@ async def generate_tts(id,lines):
37
  return duration, audio_path
38
  return None, None
39
 
40
- def audio_func(id, lines):
41
  return asyncio.run(generate_tts(id,lines))
42
 
43
  # --- CONFIGURATION ---
 
37
  return duration, audio_path
38
  return None, None
39
 
40
+ def audio_func(id,lines):
41
  return asyncio.run(generate_tts(id,lines))
42
 
43
  # --- CONFIGURATION ---