File size: 181 Bytes
fb15271
 
 
 
 
 
1
2
3
4
5
6
7
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)