Aluren commited on
Commit
db8ca22
·
verified ·
1 Parent(s): ea2af28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(