Akash Garg commited on
Commit
ad63d32
·
1 Parent(s): ef1530a

missing import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import os
4
  import torch
5
  import trimesh
6
  import sys
 
7
 
8
  sys.path.append(Path(__file__) / 'cube')
9
 
 
4
  import torch
5
  import trimesh
6
  import sys
7
+ from pathlib import Path
8
 
9
  sys.path.append(Path(__file__) / 'cube')
10