Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|