from PIL import Image class HairstyleTransfer: async def transfer(self, source, hairstyle): return { "status": "processing", "style": hairstyle }