AudioX-Viet / run.bat
Scorpion06's picture
Upload folder using huggingface_hub
56c3ab7 verified
raw
history blame contribute delete
327 Bytes
REM β€” 1) Activate your Conda environment (must use CALL) :contentReference[oaicite:0]{index=0}
call conda activate AudioX
REM β€” 2) Run the Gradio script
python run_gradio.py --model-config model/config.json --share
REM β€” 3) Exit the batch file and close the window :contentReference[oaicite:1]{index=1}
exit /B 0