rahul7star commited on
Commit
7ccc31d
·
verified ·
1 Parent(s): aee1bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -127,11 +127,11 @@ def check_duration(
127
  progress
128
  ):
129
  if use_distill and resolution=="480p":
130
- return 120
131
  elif resolution=="720p":
132
- return 120
133
  else:
134
- return 120
135
 
136
  @spaces.GPU(duration=check_duration)
137
  def generate_video(
 
127
  progress
128
  ):
129
  if use_distill and resolution=="480p":
130
+ return 180
131
  elif resolution=="720p":
132
+ return 180
133
  else:
134
+ return 180
135
 
136
  @spaces.GPU(duration=check_duration)
137
  def generate_video(