1
0
Fork 0

restore launch script

This commit is contained in:
Sean Sube 2023-03-01 08:25:46 -06:00
parent 3f9f94fcb5
commit bf6cf4ce77
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ python3 -m onnx_web.convert \
--diffusion \
--upscaling \
--correction \
--extras=${ONNX_WEB_EXTRA_MODELS:-extras.json} \
--token=${HF_TOKEN:-} \
--half
--token=${HF_TOKEN:-}
echo "Launching API server..."
flask --app='onnx_web.main:run' run --host=0.0.0.0