blue / .replit
cloudtheboi's picture
Upload folder using huggingface_hub
4cdfc93
raw
history blame contribute delete
180 Bytes
entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]
hidden = [".pythonlibs"]
[nix]
channel = "stable-23_05"
[deployment]
run = ["sh", "-c", "python3 main.py"]