There was an error while loading. Please reload this page.
1 parent 803ad0b commit d2bc3bcCopy full SHA for d2bc3bc
1 file changed
demo/gradio_animate_dist.py
@@ -33,7 +33,7 @@ def animate(reference_image, motion_sequence, seed, steps, guidance_scale):
33
guidance_scale,
34
animation_path
35
)
36
- run(command, stdout=PIPE, stderr=PIPE, universal_newlines=True)
+ run(command, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
37
return animation_path
38
39
with gr.Blocks() as demo:
0 commit comments