dronesplace commited on
Commit
3fda1b0
·
verified ·
1 Parent(s): 2d20e13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
- title: Nola.AI
3
- emoji: 🦀
4
- colorFrom: gray
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: nolaai
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "Live Animated Avatar Companion"
3
+ emoji: "🧚‍♀️"
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "3.41.2"
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # Live Animated Avatar Companion (No-Install)
13
+
14
+ Upload a head+shoulders avatar image (PNG). Speak (mic) or type. The app:
15
+ - transcribes with Whisper (or faster_whisper)
16
+ - replies using a lightweight instruction model (Flan-T5 small)
17
+ - synthesizes voice with gTTS (young feminine tone)
18
+ - auto-generates a short talking video with mouth movement, blink & head tilt
19
+ - fully free and runs on CPU (Hugging Face Spaces)