Ayeeee45 commited on
Commit
01444c2
·
verified ·
1 Parent(s): b3b827b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -1,12 +1,30 @@
1
  ---
2
- title: 2nd
3
- emoji: 🔥
4
- colorFrom: yellow
5
- colorTo: indigo
6
  sdk: static
 
7
  pinned: false
8
- license: unknown
9
- short_description: Face
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Advanced Live Portrait WebUI
3
+ emoji: 🎬
4
+ colorFrom: indigo
5
+ colorTo: purple
6
  sdk: static
7
+ app_file: index.html
8
  pinned: false
9
+ license: mit
 
10
  ---
11
 
12
+ # Advanced Live Portrait WebUI
13
+
14
+ An interactive demo of the Advanced Live Portrait animation tool. This HTML interface showcases the functionality while providing instructions for local installation.
15
+
16
+ ## 🚀 Features
17
+ - Interactive image upload
18
+ - Demo animation generation
19
+ - Example images
20
+ - Complete installation guide
21
+ - Responsive design
22
+
23
+ ## 💡 For Full Features
24
+ The complete application with AI-powered audio-driven animation requires local installation:
25
+
26
+ ```bash
27
+ git clone https://github.com/Ayeeee45/AdvancedLivePortrait-WebUI.git
28
+ cd AdvancedLivePortrait-WebUI
29
+ pip install -r requirements.txt
30
+ python webui.py