gtp-final / gradio /scripts /lint_backend.sh
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
156 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
python -c "import gradio"
python -m ruff gradio test client
python -m ruff format --check gradio test client