Spaces:
Build error
Build error
updated app
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import matplotlib.pyplot as plt
|
|
6 |
from PIL import Image
|
7 |
|
8 |
sys.path.append("./ROME")
|
9 |
-
from src.utils import args as args_utils
|
10 |
-
from src.utils.processing import process_black_shape, tensor2image
|
11 |
|
12 |
# loading models ---- create model repo
|
13 |
from huggingface_hub import hf_hub_url
|
|
|
6 |
from PIL import Image
|
7 |
|
8 |
sys.path.append("./ROME")
|
9 |
+
from ROME.src.utils import args as args_utils
|
10 |
+
from ROME.src.utils.processing import process_black_shape, tensor2image
|
11 |
|
12 |
# loading models ---- create model repo
|
13 |
from huggingface_hub import hf_hub_url
|