Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import numpy as np
|
|
6 |
from scipy.spatial.distance import cosine
|
7 |
|
8 |
# Constants
|
9 |
-
RECOGNITION_THRESHOLD = 0.
|
10 |
|
11 |
# Load the model
|
12 |
model_path = 'final_modelnew.pth'
|
|
|
6 |
from scipy.spatial.distance import cosine
|
7 |
|
8 |
# Constants
|
9 |
+
RECOGNITION_THRESHOLD = 0.8
|
10 |
|
11 |
# Load the model
|
12 |
model_path = 'final_modelnew.pth'
|