Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-dev committed Jan 1, 2022
1 parent 6c59cee commit 3fb9d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def pre_recommend(cossim_path, model_path):
print(type(recom_scores))
print('===================================================')
recom_reuslts = recom_reuslts.tolist()
print(type(recom_reuslts1))
print(recom_reuslts1)
print(type(recom_reuslts))
print(recom_reuslts)
print('===================================================')
recom_reuslts_fixed = []
for result in recom_reuslts:
Expand Down

0 comments on commit 3fb9d32

Please sign in to comment.