Spaces:
Runtime error
Runtime error
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(
|
| 166 |
video_outpath = gpu_wrapped_stf_pipeline_execute(audio_outpath)
|
| 167 |
return video_outpath
|
| 168 |
|
|
@@ -201,7 +201,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 201 |
|
| 202 |
|
| 203 |
gr.Markdown("# Talk-GEN by ESTsoft")
|
| 204 |
-
gr.Markdown("
|
| 205 |
|
| 206 |
#gr.Markdown("### 1. Text to audio")
|
| 207 |
gr.Markdown("### 1. Text to Driving-Video")
|
|
|
|
| 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 |
|
|
|
|
| 201 |
|
| 202 |
|
| 203 |
gr.Markdown("# Talk-GEN by ESTsoft")
|
| 204 |
+
gr.Markdown("**Text to talking video generation tool**\n\n")
|
| 205 |
|
| 206 |
#gr.Markdown("### 1. Text to audio")
|
| 207 |
gr.Markdown("### 1. Text to Driving-Video")
|