sejalkishan commited on
Commit
aa37722
Β·
verified Β·
1 Parent(s): be1f0af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def parse_resolution(res_str: str):
35
  # ────────────────────────────────────────────────────────────
36
  # 3. GPU‑decorated video generation function
37
  # ────────────────────────────────────────────────────────────
38
- @spaces.GPU(duration=180) # allow up to 180s of GPU time
39
  def generate_video(
40
  prompt: str,
41
  steps: int,
 
35
  # ────────────────────────────────────────────────────────────
36
  # 3. GPU‑decorated video generation function
37
  # ────────────────────────────────────────────────────────────
38
+ @spaces.GPU(duration=600) # allow up to 180s of GPU time
39
  def generate_video(
40
  prompt: str,
41
  steps: int,