orderlymirror commited on
Commit
acebc28
Β·
verified Β·
1 Parent(s): 7be2e08

Update app.py

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