multimodalart HF Staff commited on
Commit
6c880b4
·
verified ·
1 Parent(s): 353b507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -131,9 +131,8 @@ def check_duration(
131
  return 360
132
  else:
133
  return 900
134
-
135
 
136
- @spaces.GPU(check_duration)
137
  def generate_video(
138
  mode,
139
  prompt,
 
131
  return 360
132
  else:
133
  return 900
 
134
 
135
+ @spaces.GPU(duration=check_duration)
136
  def generate_video(
137
  mode,
138
  prompt,