anujakkulkarni commited on
Commit
66a6664
·
verified ·
1 Parent(s): ad5c83b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from werkzeug.utils import secure_filename
4
  import uuid
5
  from pathlib import Path
6
 
7
- from skin_analysis_optimized_v2 import (
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,