NimaKL commited on
Commit
ad3da90
·
verified ·
1 Parent(s): e7e5b40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,9 +111,10 @@ def get_similar_and_recommend(input_text):
111
  "weights": video_weights, # Weights for each GNN-based recommendation
112
  },
113
  "most_similar_video": most_similar_video_features,
114
- "final_recommendations": top 10 recommended videos with individual weights for each recommendation
115
  }
116
 
 
117
  return output
118
 
119
  # Create a Streamlit text input widget for entering text and retrieve the most similar video and top 10 recommended videos
 
111
  "weights": video_weights, # Weights for each GNN-based recommendation
112
  },
113
  "most_similar_video": most_similar_video_features,
114
+ "final_recommendations": top_10_recommended_videos_features # Top 10 recommended videos
115
  }
116
 
117
+
118
  return output
119
 
120
  # Create a Streamlit text input widget for entering text and retrieve the most similar video and top 10 recommended videos