Spaces:
Running
Running
File size: 130 Bytes
380570c |
1 2 3 4 5 |
from app import create_anaglyph
# Provide paths to your test images
create_anaglyph("person.png", "bg.png", "test_anaglyph.png")
|