Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -913,7 +913,7 @@ def _parse_cursor_time_s(raw) -> float | None:
|
|
| 913 |
# ----------------------------------------------------------------------------
|
| 914 |
# GPU inference
|
| 915 |
# ----------------------------------------------------------------------------
|
| 916 |
-
@spaces.GPU(duration=
|
| 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:
|