Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def sadtalker_demo(checkpoint_path='checkpoints', config_path='src/config', warp
|
|
32 |
<a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> \
|
33 |
<a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
|
34 |
|
35 |
-
with gr.Row()
|
36 |
with gr.Column(variant='panel'):
|
37 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
38 |
with gr.TabItem('Upload image'):
|
|
|
32 |
<a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> \
|
33 |
<a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
|
34 |
|
35 |
+
with gr.Row():
|
36 |
with gr.Column(variant='panel'):
|
37 |
with gr.Tabs(elem_id="sadtalker_source_image"):
|
38 |
with gr.TabItem('Upload image'):
|