Add task category (#1)
Browse files- Add task category (54daa2f5ecede8df4f72ec0de867a1385954589e)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<h1 align='center'>Hallo3: Highly Dynamic and Realistic Portrait Image Animation with Diffusion Transformer Networks</h1>
|
|
@@ -70,4 +72,4 @@ If you use this dataset in your research or projects, to ensure academic integri
|
|
| 70 |
archivePrefix={arXiv},
|
| 71 |
primaryClass={cs.CV}
|
| 72 |
}
|
| 73 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-video
|
| 5 |
---
|
| 6 |
|
| 7 |
<h1 align='center'>Hallo3: Highly Dynamic and Realistic Portrait Image Animation with Diffusion Transformer Networks</h1>
|
|
|
|
| 72 |
archivePrefix={arXiv},
|
| 73 |
primaryClass={cs.CV}
|
| 74 |
}
|
| 75 |
+
```
|