ImanAmran commited on
Commit
7e344a9
·
1 Parent(s): 8219a80

Update app.py

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