callum-canavan's picture
Fix pipeline
b3ee019
raw
history blame
322 Bytes
from visual_anagrams.animate import animate_two_view
from visual_anagrams.views import get_views
if __name__ == "__main__":
animate_two_view(
"sample_256.png",
get_views(["identity", "flip"])[1],
"a painting of vases",
"a painting of a sloth",
save_video_path="tmp3.mp4",
)