salomonsky commited on
Commit
16ad5b5
·
1 Parent(s): 2a9297b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ with gr.Blocks(analytics_enabled=False) as demo:
39
  with gr.Column(variant='panel'):
40
  with gr.Tabs(elem_id="sadtalker_checkbox"):
41
  with gr.TabItem('Settings'):
42
- gr.Markdown("need help? please visit our [best practice page](https://github.com/OpenTalker/SadTalker/blob/main/docs/best_practice.md) for more detials")
43
  with gr.Column(variant='panel'):
44
  pose_style = gr.Slider(minimum=0, maximum=46, step=1, label="Pose style", value=0) #
45
  size_of_image = gr.Radio([256, 512], value=512, label='face model resolution', info="use 256/512 model?") #
 
39
  with gr.Column(variant='panel'):
40
  with gr.Tabs(elem_id="sadtalker_checkbox"):
41
  with gr.TabItem('Settings'):
 
42
  with gr.Column(variant='panel'):
43
  pose_style = gr.Slider(minimum=0, maximum=46, step=1, label="Pose style", value=0) #
44
  size_of_image = gr.Radio([256, 512], value=512, label='face model resolution', info="use 256/512 model?") #