abreza commited on
Commit
5ce6f7e
1 Parent(s): 8c09611

Update scripts/utils.py

Browse files
Files changed (1) hide show
  1. scripts/utils.py +2 -0
scripts/utils.py CHANGED
@@ -9,6 +9,8 @@ from rembg import new_session, remove
9
  import torch.nn.functional as F
10
  from typing import List, Tuple
11
  from pygltflib import GLTF2, Material, PbrMetallicRoughness
 
 
12
 
13
  # Constants
14
 
 
9
  import torch.nn.functional as F
10
  from typing import List, Tuple
11
  from pygltflib import GLTF2, Material, PbrMetallicRoughness
12
+ import time
13
+
14
 
15
  # Constants
16