Pie31415 commited on
Commit
c1eb1ed
1 Parent(s): 19a8605

updated app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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