Developer commited on
Commit
5ba5178
·
1 Parent(s): 1d806a4

Simplify emoji to trigger rebuild

Browse files
Files changed (1) hide show
  1. README.md +14 -31
README.md CHANGED
@@ -8,43 +8,26 @@ 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
  ---
15
 
16
- # ?? AI Avatar Chat - Video Generation
17
 
18
- **Latest Update: 2025-01-08 - Model Download Controls Added!**
19
 
20
- Real avatar video generation with lip-sync and natural movement, optimized for Hugging Face Spaces.
21
 
22
- ## ? New Features (Build: 2025-01-08_00-11):
23
 
24
- ### ?? **Model Download Controls**
25
- - **Download Models Button** in the web interface
26
- - **Real-time status checking** with storage monitoring
27
- - **Multiple download methods** (UI, API, manual)
28
- - **Automatic video generation** after models download
29
 
30
- ### ?? **Real Video Generation**
31
- - Uses `ali-vilab/text-to-video-ms-1.7b` for text-to-video
32
- - Uses `facebook/wav2vec2-base-960h` for audio processing
33
- - Total model size: ~3GB (optimized for HF Spaces)
34
- - Professional quality avatar videos with lip sync
35
 
36
- ## ?? Quick Start:
 
 
37
 
38
- 1. **Visit the Space**: Look for model management section
39
- 2. **Download Models**: Click "?? Download Models" button
40
- 3. **Generate Videos**: Use the video generation interface
41
- 4. **API Access**: POST /generate for programmatic access
42
-
43
- ## ?? API Endpoints:
44
-
45
- - `POST /generate` - Generate avatar video
46
- - `POST /download-models` - Download video generation models
47
- - `GET /model-status` - Check model download status
48
-
49
- **Build Version**: 2025-01-08_00-11
50
- **Status**: ? Ready for video generation after model download
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Avatar video generation with model downloads
 
 
12
  ---
13
 
14
+ # AI Avatar Chat - Video Generation
15
 
16
+ **Build: 2025-01-08_00-11 - With Model Download Controls**
17
 
18
+ Real avatar video generation with downloadable models for HF Spaces.
19
 
20
+ ## Features:
21
 
22
+ - Model download controls in web interface
23
+ - Real-time model status checking
24
+ - Text-to-video generation using downloaded models
25
+ - API endpoints for programmatic access
 
26
 
27
+ ## Quick Start:
 
 
 
 
28
 
29
+ 1. Click "Download Models" button in the interface
30
+ 2. Wait for models to download (~3GB)
31
+ 3. Generate avatar videos
32
 
33
+ **Status**: Ready for model download and video generation