DmitrMakeev commited on
Commit
a77fa32
1 Parent(s): 893ee6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -39,15 +39,11 @@ def sadtalker_demo():
39
  # tts_talker = TTSTalker()
40
 
41
  with gr.Blocks(analytics_enabled=False) as sadtalker_interface:
42
- gr.Markdown("<div align='center'> <h2> 😭 SadTalker: Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation (CVPR 2023) </span> </h2> \
43
- <a style='font-size:18px;color: #efefef' href='https://arxiv.org/abs/2211.12194'>Arxiv</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
44
- <a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
45
- <a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
46
 
47
 
48
  gr.Markdown("""
49
- <b>You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue. <a style='display:inline-block' href="https://huggingface.co/spaces/vinthony/SadTalker?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a></b> \
50
- <br/><b>Alternatively, try our GitHub <a href=https://github.com/Winfredy/SadTalker> code </a> on your own GPU. </b> <a style='display:inline-block' href="https://github.com/Winfredy/SadTalker"><img src="https://img.shields.io/github/stars/Winfredy/SadTalker?style=social"/></a> \
51
  """)
52
 
53
  with gr.Row().style(equal_height=False):
 
39
  # tts_talker = TTSTalker()
40
 
41
  with gr.Blocks(analytics_enabled=False) as sadtalker_interface:
42
+ gr.Markdown("<div align='center'> <h2> 😭 3D Face Animation </span> </h2> \
 
 
 
43
 
44
 
45
  gr.Markdown("""
46
+
 
47
  """)
48
 
49
  with gr.Row().style(equal_height=False):