Spaces:
Running
Running
kevinwang676
commited on
Commit
•
04d83e7
1
Parent(s):
247e6dc
Update app_multi.py
Browse files- app_multi.py +2 -2
app_multi.py
CHANGED
@@ -795,7 +795,7 @@ with app:
|
|
795 |
source_image = gr.Image(label="请上传一张您喜欢角色的图片", source="upload", type="filepath", elem_id="img2img_image").style(width=512)
|
796 |
|
797 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
798 |
-
with gr.TabItem('
|
799 |
with gr.Column(variant='panel'):
|
800 |
driven_audio = output_audio
|
801 |
|
@@ -805,7 +805,7 @@ with app:
|
|
805 |
|
806 |
with gr.Row():
|
807 |
|
808 |
-
gen_video = gr.Video(label="AI歌手数字人视频", format="mp4").style(width=256)
|
809 |
inp_mv_1 = gen_video
|
810 |
inp_mv_2 = as_audio_no_vocals
|
811 |
music_video = gr.Video(label="视频+伴奏", format="mp4").style(width=256)
|
|
|
795 |
source_image = gr.Image(label="请上传一张您喜欢角色的图片", source="upload", type="filepath", elem_id="img2img_image").style(width=512)
|
796 |
|
797 |
with gr.Tabs(elem_id="sadtalker_driven_audio"):
|
798 |
+
with gr.TabItem('💕倾情演绎'):
|
799 |
with gr.Column(variant='panel'):
|
800 |
driven_audio = output_audio
|
801 |
|
|
|
805 |
|
806 |
with gr.Row():
|
807 |
|
808 |
+
gen_video = gr.Video(label="AI歌手数字人视频", format="mp4", interactive=False).style(width=256)
|
809 |
inp_mv_1 = gen_video
|
810 |
inp_mv_2 = as_audio_no_vocals
|
811 |
music_video = gr.Video(label="视频+伴奏", format="mp4").style(width=256)
|