Spaces:
Paused
Paused
add sanctuary discord server badge (#1)
Browse files- add sanctuary discord server badge (3a90f68fe87aa8bf064821e3f50dff027b9c409f)
Co-authored-by: Nick088 <Nick088@users.noreply.huggingface.co>
app.py
CHANGED
@@ -339,6 +339,7 @@ with gr.Blocks() as demo:
|
|
339 |
gr.Markdown('![]()')
|
340 |
gr.Markdown("credits: [X-LANCE](https://github.com/X-LANCE/AniTalker) (creators of the github repository), [Yuhan Xu](https://github.com/yuhanxu01)(webui), Delik")
|
341 |
gr.Markdown("AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding. [[arXiv]](https://arxiv.org/abs/2405.03121) [[project]](https://x-lance.github.io/AniTalker/)")
|
|
|
342 |
with gr.Row():
|
343 |
with gr.Column():
|
344 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|
|
|
339 |
gr.Markdown('![]()')
|
340 |
gr.Markdown("credits: [X-LANCE](https://github.com/X-LANCE/AniTalker) (creators of the github repository), [Yuhan Xu](https://github.com/yuhanxu01)(webui), Delik")
|
341 |
gr.Markdown("AniTalker: Animate Vivid and Diverse Talking Faces through Identity-Decoupled Facial Motion Encoding. [[arXiv]](https://arxiv.org/abs/2405.03121) [[project]](https://x-lance.github.io/AniTalker/)")
|
342 |
+
gr.HTML('<a href="https://discord.gg/osai"> <img src="https://img.shields.io/discord/1198701940511617164?color=%23738ADB&label=Discord&style=for-the-badge" alt="Discord"> </a>')
|
343 |
with gr.Row():
|
344 |
with gr.Column():
|
345 |
uploaded_img = gr.Image(type="filepath", label="Reference Image")
|