Spaces:
Paused
Paused
run = "Home" | |
modules = ["python-3.11"] | |
[nix] | |
channel = "stable-24_05" | |
packages = ["bash", "ffmpeg-full", "geckodriver", "gitFull", "playwright-driver", "tesseract"] | |
[deployment] | |
run = ["sh", "-c", "Home"] | |
[workflows] | |
runButton = "Run Python" | |
[[workflows.workflow]] | |
name = "Run Python" | |
author = 42985818 | |
mode = "sequential" | |
[[workflows.workflow.tasks]] | |
task = "packager.installForAll" | |
[[workflows.workflow.tasks]] | |
task = "shell.exec" | |
args = "python main.py" | |