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

Function read_video

app.py:212–213  ·  view source on GitHub ↗
(video)

Source from the content-addressed store, hash-verified

210 submit = gr.Button("Animate")
211
212 def read_video(video):
213 return video
214
215 def read_image(image):
216 return Image.fromarray(image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected