Add tag, add link to paper
Browse filesHi @tanhshuai0219 congrats on the ECCV Oral!
This PR improves the model card by adding a link to the paper page: https://huggingface.co/papers/2404.01647, as well as adding an appropriate "talking-head-generation" tag.
This enables people to find your work more easily.
Cheers!
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- talking-head-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the checkpoints used in the paper [EDTalk: Efficient Disentanglement for Emotional Talking Head Synthesis](https://huggingface.co/papers/2404.01647).
|
8 |
+
|
9 |
+
## Resources
|
10 |
+
|
11 |
+
Project page: https://tanshuai0219.github.io/EDTalk/
|
12 |
+
Code: https://github.com/tanshuai0219/EDTalk
|