jboth commited on
Commit
d66f250
·
verified ·
1 Parent(s): 84293b6

Upload app.py with huggingface_hub

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