Spaces:
Runtime error
Runtime error
Commit
·
07e3e26
1
Parent(s):
af384c2
Update app_multi.py
Browse files- app_multi.py +1 -1
app_multi.py
CHANGED
@@ -794,7 +794,7 @@ with app:
|
|
794 |
source_image = gr.Image(label="请上传一张您喜欢角色的图片", source="upload", type="filepath", elem_id="img2img_image").style(width=512)
|
795 |
|
796 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
797 |
-
with gr.TabItem():
|
798 |
with gr.Column(variant='panel'):
|
799 |
driven_audio = output_audio
|
800 |
|
|
|
794 |
source_image = gr.Image(label="请上传一张您喜欢角色的图片", source="upload", type="filepath", elem_id="img2img_image").style(width=512)
|
795 |
|
796 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
797 |
+
with gr.TabItem('💡倾情演绎'):
|
798 |
with gr.Column(variant='panel'):
|
799 |
driven_audio = output_audio
|
800 |
|