File size: 230 Bytes
2c91fea
 
 
 
 
 
 
7b43125
b2b415b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[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'