dagloop5 commited on
Commit
1382e05
·
verified ·
1 Parent(s): c26fed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,7 +573,7 @@ def on_highres_toggle(first_image, last_image, high_res):
573
  return gr.update(value=w), gr.update(value=h)
574
 
575
 
576
- @spaces.GPU(duration=80)
577
  @torch.inference_mode()
578
  def generate_video(
579
  first_image,
 
573
  return gr.update(value=w), gr.update(value=h)
574
 
575
 
576
+ @spaces.GPU(duration=120)
577
  @torch.inference_mode()
578
  def generate_video(
579
  first_image,