Spaces:
Paused
Paused
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ def diagnose():
|
|
| 176 |
lines.append(f"config: {Path(CONFIG_PATH).exists()}")
|
| 177 |
return "\n".join(lines)
|
| 178 |
|
| 179 |
-
@spaces.GPU(duration=
|
| 180 |
def reconstruct_objects(image: np.ndarray):
|
| 181 |
if image is None:
|
| 182 |
return None, None, "No image"
|
|
|
|
| 176 |
lines.append(f"config: {Path(CONFIG_PATH).exists()}")
|
| 177 |
return "\n".join(lines)
|
| 178 |
|
| 179 |
+
@spaces.GPU(duration=300)
|
| 180 |
def reconstruct_objects(image: np.ndarray):
|
| 181 |
if image is None:
|
| 182 |
return None, None, "No image"
|