yerang commited on
Commit
97856be
·
verified ·
1 Parent(s): e65e4d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def is_square_video(video_path):
162
 
163
 
164
  def txt_to_driving_video(input_text):
165
- audio_outpath = gpu_wrapped_elevenlabs_pipeline_generate_voice(input_text)
166
  video_outpath = gpu_wrapped_stf_pipeline_execute(audio_outpath)
167
  return video_outpath
168
 
 
162
 
163
 
164
  def txt_to_driving_video(input_text):
165
+ audio_outpath = gpu_wrapped_elevenlabs_pipeline_generate_voice(text=input_text, voice=None)
166
  video_outpath = gpu_wrapped_stf_pipeline_execute(audio_outpath)
167
  return video_outpath
168