levihsu commited on
Commit
d1f7251
β€’
1 Parent(s): 909b6ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import sys
5
  import torch
6
  from PIL import Image, ImageOps
7
 
8
- from utils_ootd import get_mask_location
9
 
10
  PROJECT_ROOT = Path(__file__).absolute().parents[0].absolute()
11
  sys.path.insert(0, str(PROJECT_ROOT))
 
5
  import torch
6
  from PIL import Image, ImageOps
7
 
8
+ from run.utils_ootd import get_mask_location
9
 
10
  PROJECT_ROOT = Path(__file__).absolute().parents[0].absolute()
11
  sys.path.insert(0, str(PROJECT_ROOT))