callum-canavan's picture
Update test
866e1c9
raw
history blame
198 Bytes
from app import generate_content
if __name__ == "__main__":
print(generate_content(
"a painting of",
"vases",
"a sloth",
"Flip",
1,
0
))