Kvikontent commited on
Commit
0942012
1 Parent(s): b5d38bf

Update app.py

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