Pie31415 commited on
Commit
5769ced
β€’
1 Parent(s): b128124

updated app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ print(os.getcwd())
14
  print(os.listdir('.'))
15
 
16
  sys.path.append("./rome")
17
- from src.utils import args as args_utils
18
- from src.utils.processing import process_black_shape, tensor2image
19
 
20
  # loading models ---- create model repo
21
  from huggingface_hub import hf_hub_url
 
14
  print(os.listdir('.'))
15
 
16
  sys.path.append("./rome")
17
+ from rome.src.utils import args as args_utils
18
+ from rome.src.utils.processing import process_black_shape, tensor2image
19
 
20
  # loading models ---- create model repo
21
  from huggingface_hub import hf_hub_url