bravedims commited on
Commit
f4f48b3
Β·
1 Parent(s): 89db37c

πŸ“ Fix short_description length for HuggingFace Spaces validation

Browse files

βœ… YAML VALIDATION FIX:
- Reduced short_description from 72 to 52 characters
- Now complies with HuggingFace 60-character limit
- Description: 'Avatar video generation with adaptive body animation'

πŸ“‹ METADATA VALIDATION:
- All YAML fields now within specification limits
- Configuration ready for HuggingFace Spaces deployment
- Maintains clear video generation focus while meeting requirements

Should now pass HuggingFace Spaces YAML validation! βœ…

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  suggested_hardware: "a10g-small"
11
  suggested_storage: "large"
12
- short_description: Avatar video generation with adaptive body animation using OmniAvatar-14B
13
  models:
14
  - OmniAvatar/OmniAvatar-14B
15
  - Wan-AI/Wan2.1-T2V-14B
@@ -137,3 +137,4 @@ This application requires large models (~30GB) for video generation:
137
  ---
138
 
139
  **🎬 This application creates AVATAR VIDEOS with adaptive body animation - professional quality video generation!**
 
 
9
  pinned: false
10
  suggested_hardware: "a10g-small"
11
  suggested_storage: "large"
12
+ short_description: Avatar video generation with adaptive body animation
13
  models:
14
  - OmniAvatar/OmniAvatar-14B
15
  - Wan-AI/Wan2.1-T2V-14B
 
137
  ---
138
 
139
  **🎬 This application creates AVATAR VIDEOS with adaptive body animation - professional quality video generation!**
140
+