PyRunner / services /hairstyle_transfer.py
Akoda35's picture
Create services/hairstyle_transfer.py
52daf81 verified
Raw
History Blame Contribute Delete
192 Bytes
from PIL import Image
class HairstyleTransfer:
async def transfer(self, source, hairstyle):
return {
"status": "processing",
"style": hairstyle
}