Commit
·
c70a39f
1
Parent(s):
3ca1b45
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,15 +39,12 @@ 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> 😭
|
| 43 |
-
|
| 44 |
-
<a style='font-size:18px;color: #efefef' href='https://sadtalker.github.io'>Homepage</a> \
|
| 45 |
-
<a style='font-size:18px;color: #efefef' href='https://github.com/Winfredy/SadTalker'> Github </div>")
|
| 46 |
|
| 47 |
|
| 48 |
gr.Markdown("""
|
| 49 |
-
|
| 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 |
|
| 46 |
gr.Markdown("""
|
| 47 |
+
|
|
|
|
| 48 |
""")
|
| 49 |
|
| 50 |
with gr.Row().style(equal_height=False):
|