ImanAmran commited on
Commit
c1938c4
·
1 Parent(s): 7107d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def create_embedding_model():
29
 
30
  # Load the embedding model
31
  embedding_model = create_embedding_model()
32
- embedding_model.load_weights('v2_embedding.h5')
33
 
34
  # Database to store embeddings and user IDs
35
  user_embeddings = []
 
29
 
30
  # Load the embedding model
31
  embedding_model = create_embedding_model()
32
+ embedding_model.load_weights('v1_embedding.h5')
33
 
34
  # Database to store embeddings and user IDs
35
  user_embeddings = []