File size: 114 Bytes
8766bc5
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

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