Spaces:
Running
Running
Developer
commited on
Commit
·
1d806a4
1
Parent(s):
89c7e27
Fix HF Spaces YAML metadata validation errors
Browse filesFixed:
- Emoji format (proper Unicode emoji)
- Short description length (<60 chars)
- Proper YAML formatting
This should trigger the rebuild with proper metadata validation.
README.md
CHANGED
|
@@ -8,7 +8,7 @@ sdk_version: 3.35.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description: Real avatar video generation with lip-sync
|
| 12 |
hardware: cpu-basic
|
| 13 |
python_version: 3.9
|
| 14 |
---
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: Real avatar video generation with lip-sync
|
| 12 |
hardware: cpu-basic
|
| 13 |
python_version: 3.9
|
| 14 |
---
|