dagloop5 commited on
Commit
ad3573f
·
verified ·
1 Parent(s): 8f397c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ def on_highres_toggle(first_image, last_image, high_res):
365
  return gr.update(value=w), gr.update(value=h)
366
 
367
 
368
- @spaces.GPU(duration=75)
369
  @torch.inference_mode()
370
  def generate_video(
371
  first_image,
 
365
  return gr.update(value=w), gr.update(value=h)
366
 
367
 
368
+ @spaces.GPU(duration=100)
369
  @torch.inference_mode()
370
  def generate_video(
371
  first_image,