Spaces:
Runtime error
Runtime error
Commit
·
2eb1d70
1
Parent(s):
e88a846
Fix YAML metadata: emoji and short_description
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: FantasyTalking Demo
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
@@ -8,7 +8,7 @@ sdk_version: 5.34.2
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description:
|
| 12 |
---
|
| 13 |
|
| 14 |
# FantasyTalking: Realistic Talking Portrait Generation via Coherent Motion Synthesis
|
|
|
|
| 1 |
---
|
| 2 |
title: FantasyTalking Demo
|
| 3 |
+
emoji: 🎬
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: Talking Portrait Generation Demo
|
| 12 |
---
|
| 13 |
|
| 14 |
# FantasyTalking: Realistic Talking Portrait Generation via Coherent Motion Synthesis
|