Spaces:
Runtime error
Runtime error
File size: 327 Bytes
56c3ab7 |
1 2 3 4 5 6 7 8 |
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 |