Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def run_detailgen3d(
|
|
147 |
mesh = trimesh.Trimesh(vertices.astype(np.float32), np.ascontiguousarray(faces))
|
148 |
return mesh
|
149 |
|
150 |
-
@spaces.GPU()
|
151 |
@torch.no_grad()
|
152 |
@torch.autocast(device_type=DEVICE)
|
153 |
def run_refinement(
|
|
|
147 |
mesh = trimesh.Trimesh(vertices.astype(np.float32), np.ascontiguousarray(faces))
|
148 |
return mesh
|
149 |
|
150 |
+
@spaces.GPU(duration=180)
|
151 |
@torch.no_grad()
|
152 |
@torch.autocast(device_type=DEVICE)
|
153 |
def run_refinement(
|