Spaces:
Running
Running
Update suggestion.py
Browse files- suggestion.py +1 -1
suggestion.py
CHANGED
@@ -205,5 +205,5 @@ def generate_outfit_advice(user_name, height, weight, waist, chest, hip, shoulde
|
|
205 |
question = checklen(getText("user", content, user_pic))
|
206 |
main(appid, api_key, api_secret, imageunderstanding_url, question)
|
207 |
getText("assistant", answer, user_pic)
|
208 |
-
return
|
209 |
|
|
|
205 |
question = checklen(getText("user", content, user_pic))
|
206 |
main(appid, api_key, api_secret, imageunderstanding_url, question)
|
207 |
getText("assistant", answer, user_pic)
|
208 |
+
return answer
|
209 |
|