1
0
Fork 0

fix(api): correct python cmd for Windows

This commit is contained in:
Sean Sube 2023-02-01 08:33:16 -06:00
parent fa7e5e8ab9
commit a901cc44bd
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
echo "Downloading and converting models to ONNX format..." 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..." echo "Launching API server..."
flask --app=onnx_web.serve run --host=0.0.0.0 flask --app=onnx_web.serve run --host=0.0.0.0