MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / test_model

Method test_model

cartoon-camera/backend/tests/test_cartoon.py:16–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 pass
15
16 def test_model(self):
17 imgs = [
18 "backend/test_images/sky.jpg",
19 ]
20 img = Image.open(imgs[0])
21 output_image = cartoonify(img)
22 output_image.save("output.jpg")
23

Callers

nothing calls this directly

Calls 1

cartoonifyFunction · 0.85

Tested by

no test coverage detected