Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def sadtalker_demo(result_dir='./tmp/'):
|
|
27 |
<a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> \
|
28 |
<a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
|
29 |
|
30 |
-
with gr.Row()
|
31 |
with gr.Column(variant='panel'):
|
32 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
33 |
with gr.TabItem('Upload image'):
|
@@ -35,7 +35,7 @@ def sadtalker_demo(result_dir='./tmp/'):
|
|
35 |
source_image = gr.Image(label="Source image", source="upload", type="filepath").style(height=256,width=256)
|
36 |
|
37 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
38 |
-
with gr.TabItem('Upload audio(wav only currently)'):
|
39 |
with gr.Column(variant='panel'):
|
40 |
driven_audio = gr.Audio(label="Input audio", source="upload", type="filepath")
|
41 |
|
|
|
27 |
<a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> \
|
28 |
<a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
|
29 |
|
30 |
+
with gr.Row():
|
31 |
with gr.Column(variant='panel'):
|
32 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
33 |
with gr.TabItem('Upload image'):
|
|
|
35 |
source_image = gr.Image(label="Source image", source="upload", type="filepath").style(height=256,width=256)
|
36 |
|
37 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
38 |
+
with gr.TabItem('Upload audio(wav/mp3 only currently)'):
|
39 |
with gr.Column(variant='panel'):
|
40 |
driven_audio = gr.Audio(label="Input audio", source="upload", type="filepath")
|
41 |
|