MCPcopy Create free account
hub / github.com/MooreThreads/Moore-AnimateAnyone / read_image

Function read_image

app.py:215–216  ·  view source on GitHub ↗
(image)

Source from the content-addressed store, hash-verified

213 return video
214
215 def read_image(image):
216 return Image.fromarray(image)
217
218 # when user uploads a new video
219 motion_sequence.upload(read_video, motion_sequence, motion_sequence)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected