Gopala Krishna commited on
Commit
4918d38
·
1 Parent(s): 506d92e
Files changed (2) hide show
  1. .vs/MovieRecommendations/v17/.wsuo +0 -0
  2. app.py +1 -1
.vs/MovieRecommendations/v17/.wsuo CHANGED
Binary files a/.vs/MovieRecommendations/v17/.wsuo and b/.vs/MovieRecommendations/v17/.wsuo differ
 
app.py CHANGED
@@ -66,4 +66,4 @@ iface = gr.Interface(
66
  title="Movie Recommender System",
67
  description="Enter a movie ID and get recommendations for similar movies."
68
  )
69
- gr.launch()
 
66
  title="Movie Recommender System",
67
  description="Enter a movie ID and get recommendations for similar movies."
68
  )
69
+ iface.launch()