deepface
Browse files- devlab_next/settings.py +1 -1
devlab_next/settings.py
CHANGED
|
@@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/4.2/ref/settings/
|
|
| 13 |
from pathlib import Path
|
| 14 |
import os
|
| 15 |
|
| 16 |
-
deepface_home = "
|
| 17 |
os.environ["DEEPFACE_HOME"] = deepface_home
|
| 18 |
|
| 19 |
# Ensure the folder exists and is writable
|
|
|
|
| 13 |
from pathlib import Path
|
| 14 |
import os
|
| 15 |
|
| 16 |
+
deepface_home = "/tmp/deepface_home"
|
| 17 |
os.environ["DEEPFACE_HOME"] = deepface_home
|
| 18 |
|
| 19 |
# Ensure the folder exists and is writable
|