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

added in submodules

Browse files
Files changed (2) hide show
  1. .gitmodules +1 -1
  2. app.py +2 -2
.gitmodules CHANGED
@@ -1,5 +1,5 @@
1
  [submodule "rome"]
2
- path = rome
3
  url = https://github.com/SamsungLabs/rome
4
  [submodule "DECA"]
5
  path = DECA
1
  [submodule "rome"]
2
+ path = rome
3
  url = https://github.com/SamsungLabs/rome
4
  [submodule "DECA"]
5
  path = DECA
app.py CHANGED
@@ -14,8 +14,8 @@ print(os.getcwd())
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
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