Spaces:
Build error
Build error
updated app
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import torch
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
from PIL import Image
|
7 |
|
|
|
8 |
from ROME.src.utils import args as args_utils
|
9 |
from ROME.src.utils.processing import process_black_shape, tensor2image
|
10 |
|
|
|
5 |
import matplotlib.pyplot as plt
|
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 |
|