animoflow-demo / CONTRIBUTING.md
AnimoFlow's picture
AnimoFlow hosted-demo wrapper β€” initial public release (v0.1.0-beta)
555715e
|
Raw
History Blame Contribute Delete
1.15 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade

Contributing to animoflow-app

This repository is the deployment wrapper for the hosted AnimoFlow demo (the Hugging Face Space). Most contributions belong in the components it wraps:

If your change really is about the Space deployment itself (bootstrap, ZeroGPU handling, the Gradio wrapper): external contributions require a one-time Contributor License Agreement β€” a bot will ask on your first PR. CLA text and the per-repo license map: AnimoFlow/legal.

Development

pip install pytest
python -m pytest -q     # unit tests; no GPU or Space needed

Note that a real end-to-end run requires the Space environment (ZeroGPU, private checkpoint repos) β€” deployment changes are verified on the Space itself by the maintainer.

Questions first? Open an issue or write to guy@animoflow.ai.