TerminalCalm's picture
Initial commit
44e905f verified
raw
history blame contribute delete
222 Bytes
# pyproject.toml
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
# Tell Hugging Face Spaces to run our script before installing dependencies
[tool.huggingface]
preinstall = "preinstall.py"