Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AudioMouth
|
2 |
|
3 |
AudioMouth is a simple Python app that generates animated videos by syncing mouth movements with audio decibel levels. It processes an audio file and switches between images (open and closed mouth) to create a lip-sync effect.
|
@@ -26,7 +35,4 @@ closed_mouth | closed_mouth_blinking | open_mouth
|
|
26 |
If you're on Windows, now you can open run.bat and the output will be saved in the output folder.
|
27 |
If you're on Linux, simply run the main.py file.
|
28 |
|
29 |
-
https://github.com/user-attachments/assets/dcf3728c-0d3b-455d-b17e-5e9819be069b
|
30 |
-
|
31 |
-
|
32 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: Audio Mouth
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 😻
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: indigo
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
# AudioMouth
|
11 |
|
12 |
AudioMouth is a simple Python app that generates animated videos by syncing mouth movements with audio decibel levels. It processes an audio file and switches between images (open and closed mouth) to create a lip-sync effect.
|
|
|
35 |
If you're on Windows, now you can open run.bat and the output will be saved in the output folder.
|
36 |
If you're on Linux, simply run the main.py file.
|
37 |
|
38 |
+
https://github.com/user-attachments/assets/dcf3728c-0d3b-455d-b17e-5e9819be069b
|
|
|
|
|
|