Spaces:
Build error
Build error
fixed imports
Browse files
app.py
CHANGED
@@ -7,12 +7,12 @@ import torch
|
|
7 |
import matplotlib.pyplot as plt
|
8 |
from PIL import Image
|
9 |
|
10 |
-
from rome.src.utils import args as args_utils
|
11 |
-
from rome.src.utils.processing import process_black_shape, tensor2image
|
12 |
-
|
13 |
sys.path.append("./rome/")
|
14 |
sys.path.append('./DECA')
|
15 |
|
|
|
|
|
|
|
16 |
# loading models ---- create model repo
|
17 |
from huggingface_hub import hf_hub_download
|
18 |
|
|
|
7 |
import matplotlib.pyplot as plt
|
8 |
from PIL import Image
|
9 |
|
|
|
|
|
|
|
10 |
sys.path.append("./rome/")
|
11 |
sys.path.append('./DECA')
|
12 |
|
13 |
+
from rome.src.utils import args as args_utils
|
14 |
+
from rome.src.utils.processing import process_black_shape, tensor2image
|
15 |
+
|
16 |
# loading models ---- create model repo
|
17 |
from huggingface_hub import hf_hub_download
|
18 |
|