Spaces:
Build error
Build error
added in submodules
Browse files- .gitmodules +1 -1
- app.py +2 -2
.gitmodules
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[submodule "rome"]
|
2 |
-
|
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
|
18 |
-
from
|
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
|