Pie31415 commited on
Commit
1f5359c
1 Parent(s): 8f208cb

fixed imports

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