--- title: Face Aging API emoji: 👵 colorFrom: blue colorTo: purple sdk: docker pinned: false app_port: 7860 --- # Face Aging API API-only FastAPI service for face aging. ## Endpoint POST `/age-face` Form-data: - `image`: image file - `source_age`: current age - `target_age`: target age Response: PNG image.