Spaces:
Paused
Paused
Upload app.py with huggingface_hub
Browse files
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=
|
| 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:
|