vinthony commited on
Commit
fe2ea70
1 Parent(s): 74a9811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
28
  <a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
29
 
30
- with gr.Row().style(equal_height=False):
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
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