xinjjj commited on
Commit
d7cbf4a
·
1 Parent(s): 13b4afd

chore(texture): use default GPU duration

Browse files
Files changed (1) hide show
  1. common.py +1 -1
common.py CHANGED
@@ -653,7 +653,7 @@ def generate_condition(mesh_path: str, req: gr.Request, uuid: str = "sample"):
653
  return None, None, None
654
 
655
 
656
- @spaces.GPU(duration=240)
657
  def generate_texture_mvimages(
658
  prompt: str,
659
  controlnet_cond_scale: float = 0.55,
 
653
  return None, None, None
654
 
655
 
656
+ @spaces.GPU
657
  def generate_texture_mvimages(
658
  prompt: str,
659
  controlnet_cond_scale: float = 0.55,