File size: 150 Bytes
0ad74ed
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash -eu

cd "$(dirname ${0})/.."
python -c "import gradio"
python -m ruff gradio test client
python -m ruff format --check gradio test client