Skip to content

Commit 803ad0b

Browse files
authored
Update gradio_animate_dist.py
1 parent 6eb057e commit 803ad0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/gradio_animate_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def animate(reference_image, motion_sequence, seed, steps, guidance_scale):
3333
guidance_scale,
3434
animation_path
3535
)
36-
run(command, stdout=PIPE, stderr=PIPE, universal_newlines=True, shell=True)
36+
run(command, stdout=PIPE, stderr=PIPE, universal_newlines=True)
3737
return animation_path
3838

3939
with gr.Blocks() as demo:

0 commit comments

Comments
 (0)