Deployment
Zeno can be hosted on any web server such as AWS EC2 or Google Cloud.
Hugging Face Spaces​
You can also make use of 🤗's Docker Spaces to host your project. See an example here.
- Create a new Docker Space on Hugging Face following these instructions
- Clone the repository and copy the files from the example-huggingface-spaces repository into it.
- Edit the
config.toml
file for your Zeno setup. - Test your setup locally with
zeno config.toml
- Add, commit, and push the changes!