Spaces:
Build error
Build error
updated app
Browse files
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
|