Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from face_analyser import analyse_face
|
|
11 |
from face_enhancer import load_face_enhancer_model, get_available_enhancer_names
|
12 |
import tempfile
|
13 |
from huggingface_hub import login, hf_hub_download, upload_file, HfApi
|
|
|
14 |
|
15 |
# --- Config ---
|
16 |
REPO_ID = os.environ.get("HFPATH")
|
|
|
11 |
from face_enhancer import load_face_enhancer_model, get_available_enhancer_names
|
12 |
import tempfile
|
13 |
from huggingface_hub import login, hf_hub_download, upload_file, HfApi
|
14 |
+
from datetime import datetime
|
15 |
|
16 |
# --- Config ---
|
17 |
REPO_ID = os.environ.get("HFPATH")
|