jboth commited on
Commit
0a42ddd
·
verified ·
1 Parent(s): 236a930

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ def reconstruct_objects(image: np.ndarray):
267
  return None, None, f"Error:\n{tb[-1500:]}"
268
 
269
 
270
- @spaces.GPU(duration=240)
271
  def test_sam3d_only(image: np.ndarray):
272
  """Test SAM3D reconstruction with center-crop mask (no SAM2)."""
273
  if image is None:
 
267
  return None, None, f"Error:\n{tb[-1500:]}"
268
 
269
 
270
+ @spaces.GPU(duration=60)
271
  def test_sam3d_only(image: np.ndarray):
272
  """Test SAM3D reconstruction with center-crop mask (no SAM2)."""
273
  if image is None: