Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: nolaai
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|