wav2lip-api / README.md
agent
initial: Wav2Lip v3 (verified locally, 18s/3s clip)
9f68ff5
|
Raw
History Blame Contribute Delete
653 Bytes
---
title: Wav2Lip Free API
emoji: 🗣️
colorFrom: purple
colorTo: pink
sdk: docker
app_port: 7860
pinned: false
license: other
---
# Wav2Lip Free CPU API
⚠️ **License**: Wav2Lip is for non-commercial use only (LRS2 dataset license).
## API
- `GET /` — info
- `GET /health` — health check
- `POST /lipsync` — multipart face + audio → MP4 with synced mouth
## Example
```bash
curl -X POST \
-F "face=@face.png" \
-F "audio=@audio.mp3" \
https://evanding-wav2lip-api.hf.space/lipsync \
-o result.mp4
```
## Keep-alive
Free CPU Space sleeps after 48h of inactivity. Set up UptimeRobot (free) to ping the URL every 30 minutes.