Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|