Spaces:
Runtime error
Runtime error
This PR adds a description & tags (#2)
Browse files- This PR adds a description & tags (934a878fa12b65d64921b34076f8397a5976c470)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
README.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
title: Live Portrait
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.37.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Live Portrait
|
| 3 |
+
emoji: 🤪
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.37.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
tags:
|
| 11 |
+
- Multimodal
|
| 12 |
+
- Motion control
|
| 13 |
+
- Image-to-Video
|
| 14 |
+
- Video-to-Video
|
| 15 |
+
- language models
|
| 16 |
+
- LLMs
|
| 17 |
+
short_description: Apply the motion of a video on a portrait
|
| 18 |
---
|
| 19 |
|
| 20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|