callum-canavan's picture
Update test
575862a
raw
history blame contribute delete
No virus
329 Bytes
from app import generate_content
from visual_anagrams.views import VIEW_MAP_NAMES
if __name__ == "__main__":
for view in VIEW_MAP_NAMES:
print(view)
print(generate_content(
"a painting of",
"vases",
"a sloth",
view,
1,
0
))