hchak's picture
Upload folder using huggingface_hub
84e0912 verified
raw
history blame contribute delete
335 Bytes
entrypoint = "main.py"
modules = ["python-3.10:v18-20230807-322e88b"]
[nix]
channel = "stable-23_05"
[unitTest]
language = "python3"
[gitHubImport]
requiredFiles = [".replit", "replit.nix"]
[deployment]
run = ["python3", "main.py"]
deploymentTarget = "cloudrun"
[[ports]]
localPort = 7860
externalPort = 80
exposeLocalhost = true