StyleSavvy-ai / utils /advisor.py
hank1229's picture
Update advisor.py
0b94cd5 verified
raw
history blame contribute delete
181 Bytes
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)