CoolFace
Apppublic

electblake/image-data-extractor

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes
mise.toml13 linesDownload Raw Back to root
1[tools]2powershell = "7"3python = "3.12"4uv = "latest"5 6[env]7UV_LINK_MODE="copy"8PYTHONPATH=""9 10[tasks.gradio]11description = "Launch the Gradio app with hot reload"12run = '.venv\Scripts\gradio.exe gradio_app.py --watch-dirs app'13