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

GPU Aborted: more time is needed

Browse files
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.