SIUBIU commited on
Commit
eab00b2
1 Parent(s): f495f04

Update suggestion.py

Browse files
Files changed (1) hide show
  1. 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 gr.Markdown(answer)
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