Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from facesdk import templateExtraction
|
|
16 |
from facesdk import similarityCalculation
|
17 |
from facebox import FaceBox
|
18 |
|
19 |
-
maxFaceCount =
|
20 |
|
21 |
licensePath = "license.txt"
|
22 |
license = ""
|
|
|
16 |
from facesdk import similarityCalculation
|
17 |
from facebox import FaceBox
|
18 |
|
19 |
+
maxFaceCount = 40
|
20 |
|
21 |
licensePath = "license.txt"
|
22 |
license = ""
|