cbensimon HF staff commited on
Commit
61c766e
1 Parent(s): 5c1033f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if(is_spaces):
33
 
34
  animator = MagicAnimate()
35
 
36
- @spaces.GPU
37
  def animate(reference_image, motion_sequence_state, seed=1, steps=25, guidance_scale=7.5):
38
  return animator(reference_image, motion_sequence_state, seed, steps, guidance_scale)
39
 
 
33
 
34
  animator = MagicAnimate()
35
 
36
+ @spaces.GPU(duration=150)
37
  def animate(reference_image, motion_sequence_state, seed=1, steps=25, guidance_scale=7.5):
38
  return animator(reference_image, motion_sequence_state, seed, steps, guidance_scale)
39