opsiclear-admin commited on
Commit
dd8aa83
·
verified ·
1 Parent(s): 79734ad

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -491,7 +491,7 @@ def preprocess_for_generate(multiimages):
491
  return [preprocess_image(img) for img in images]
492
 
493
 
494
- @spaces.GPU(duration=180)
495
  def image_to_3d(
496
  processed_images,
497
  seed,
@@ -630,7 +630,7 @@ def build_preview_html(state, render_images):
630
  return state, full_html
631
 
632
 
633
- @spaces.GPU(duration=180)
634
  def extract_glb(
635
  state,
636
  decimation_target,
 
491
  return [preprocess_image(img) for img in images]
492
 
493
 
494
+ @spaces.GPU(duration=120)
495
  def image_to_3d(
496
  processed_images,
497
  seed,
 
630
  return state, full_html
631
 
632
 
633
+ @spaces.GPU(duration=120)
634
  def extract_glb(
635
  state,
636
  decimation_target,