diff --git a/api/launch.bat b/api/launch.bat index 0fe7642bc..a44b31b9e 100644 --- a/api/launch.bat +++ b/api/launch.bat @@ -1,5 +1,5 @@ echo "Downloading and converting models to ONNX format..." -python3 -m onnx_web.convert --diffusion --upscaling --correction --extras --token=%HF_TOKEN% +python -m onnx_web.convert --diffusion --upscaling --correction --extras --token=%HF_TOKEN% echo "Launching API server..." flask --app=onnx_web.serve run --host=0.0.0.0