xi0v Fabrice-TIERCELIN commited on
Commit
bf3b935
1 Parent(s): 457dd9b

GPU Aborted: more time is needed (#3)

Browse files

- GPU Aborted: more time is needed (a138593c439bf2c1d2df83bfe3cc800d25e191ee)


Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ interface = gr.Interface(
19
  theme="soft"
20
  )
21
 
22
- @spaces.GPU(duration=250)
23
  def generate_video(image):
24
  """
25
  Generates a video from an input image using the pipeline.
 
19
  theme="soft"
20
  )
21
 
22
+ @spaces.GPU(duration=480)
23
  def generate_video(image):
24
  """
25
  Generates a video from an input image using the pipeline.