mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
8 lines
168 B
Batchfile
8 lines
168 B
Batchfile
|
@echo off
|
||
|
setlocal enabledelayedexpansion
|
||
|
|
||
|
cd /d "%~dp0.."
|
||
|
|
||
|
python -c "import gradio"
|
||
|
python -m ruff gradio test client
|
||
|
python -m ruff format --check gradio test client
|