electblake
Add structured receipt extraction outputs and HF launch entrypoint
b2b415b
Raw
History Blame Contribute Delete
230 Bytes
[tools]
powershell = "7"
python = "3.12"
uv = "latest"
[env]
UV_LINK_MODE="copy"
PYTHONPATH=""
[tasks.gradio]
description = "Launch the Gradio app with hot reload"
run = '.venv\Scripts\gradio.exe gradio_app.py --watch-dirs app'