Spaces:
Running
on
Zero
Running
on
Zero
debugging ZeroGPU
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ import sys
|
|
7 |
import yaml
|
8 |
|
9 |
import numpy as np
|
10 |
-
import open3d as o3d
|
11 |
|
12 |
import gradio as gr
|
13 |
import spaces
|
14 |
-
import torch
|
15 |
|
16 |
#sys.path.append("./sscbench")
|
17 |
#from sscbench.gen_voxelgrid_npy import save_as_voxel_ply, classes_to_colors
|
|
|
7 |
import yaml
|
8 |
|
9 |
import numpy as np
|
10 |
+
#import open3d as o3d
|
11 |
|
12 |
import gradio as gr
|
13 |
import spaces
|
14 |
+
#import torch
|
15 |
|
16 |
#sys.path.append("./sscbench")
|
17 |
#from sscbench.gen_voxelgrid_npy import save_as_voxel_ply, classes_to_colors
|