sud0301 commited on
Commit
c20b770
·
verified ·
1 Parent(s): f9e4a0e

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -913,7 +913,7 @@ def _parse_cursor_time_s(raw) -> float | None:
913
  # ----------------------------------------------------------------------------
914
  # GPU inference
915
  # ----------------------------------------------------------------------------
916
- @spaces.GPU(duration=120)
917
  def run_rollout(video_path: str, gen_seconds: float, l1_steps: int, l2_steps: int,
918
  seed: int, trajectory, cursor_time_s: str, progress=gr.Progress()):
919
  if video_path is None:
 
913
  # ----------------------------------------------------------------------------
914
  # GPU inference
915
  # ----------------------------------------------------------------------------
916
+ @spaces.GPU(duration=60)
917
  def run_rollout(video_path: str, gen_seconds: float, l1_steps: int, l2_steps: int,
918
  seed: int, trajectory, cursor_time_s: str, progress=gr.Progress()):
919
  if video_path is None: