acea / run_acea.bat
Shravan2020's picture
Upload folder using huggingface_hub
0aa8f18 verified
Raw
History Blame Contribute Delete
123 Bytes
@echo off
cd /d "%~dp0"
if "%1"=="" (
python "%~dp0run_acea.py" backend
) else (
python "%~dp0run_acea.py" %*
)