Pie31415 commited on
Commit
222f680
1 Parent(s): 867e44f

updated app

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