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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -29,7 +29,9 @@ def create_embedding_model():
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 = []
 
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 = []