Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ snapshot_download(repo_id="zcxu-eric/MagicAnimate", local_dir="./MagicAnimate")
|
|
| 28 |
|
| 29 |
animator = MagicAnimate()
|
| 30 |
|
| 31 |
-
@spaces.GPU(duration=
|
| 32 |
def animate(reference_image, motion_sequence_state, seed=1, steps=25, guidance_scale=7.5):
|
| 33 |
return animator(reference_image, motion_sequence_state, seed, steps, guidance_scale)
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
animator = MagicAnimate()
|
| 30 |
|
| 31 |
+
@spaces.GPU(duration=420, enable_queue=True)
|
| 32 |
def animate(reference_image, motion_sequence_state, seed=1, steps=25, guidance_scale=7.5):
|
| 33 |
return animator(reference_image, motion_sequence_state, seed, steps, guidance_scale)
|
| 34 |
|