gradio / scripts /lint_backend.sh
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame contribute delete
No virus
150 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