Spaces:
Runtime error
Runtime error
haotongl
commited on
Commit
·
389b85f
1
Parent(s):
f08fbea
inital version
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from pathlib import Path
|
|
| 6 |
# import atexit
|
| 7 |
import spaces
|
| 8 |
# from concurrent.futures import ThreadPoolExecutor
|
|
|
|
| 9 |
import open3d as o3d
|
| 10 |
import trimesh
|
| 11 |
|
|
|
|
| 6 |
# import atexit
|
| 7 |
import spaces
|
| 8 |
# from concurrent.futures import ThreadPoolExecutor
|
| 9 |
+
import torch
|
| 10 |
import open3d as o3d
|
| 11 |
import trimesh
|
| 12 |
|