Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from werkzeug.utils import secure_filename
|
|
| 4 |
import uuid
|
| 5 |
from pathlib import Path
|
| 6 |
|
| 7 |
-
from
|
| 8 |
get_comprehensive_analysis,
|
| 9 |
get_pores_breakdown,
|
| 10 |
get_wrinkle_breakdown,
|
|
|
|
| 4 |
import uuid
|
| 5 |
from pathlib import Path
|
| 6 |
|
| 7 |
+
from skin_analysis import (
|
| 8 |
get_comprehensive_analysis,
|
| 9 |
get_pores_breakdown,
|
| 10 |
get_wrinkle_breakdown,
|