Spaces:
Sleeping
Sleeping
File size: 182 Bytes
fb15271 |
1 2 3 4 5 6 7 8 |
from models.llm import StyleSavvy
advisor = StyleSavvy()
def get_advice(items, body_type, face_shape, occasion):
return advisor.advise(items, body_type, face_shape, occasion)
|