Spaces:
Runtime error
Runtime error
Update scripts/utils.py
Browse files- 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 |
|