1
0
Fork 0

fix(api): correct slashes in launch scripts

This commit is contained in:
Sean Sube 2023-04-22 10:39:39 -05:00
parent 00fb64ba82
commit c96dd814a8
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ python3 -m onnx_web.convert \
--diffusion \
--upscaling \
--correction \
--extras=${ONNX_WEB_EXTRA_MODELS:-extras.json} \
--extras=${ONNX_WEB_EXTRA_MODELS:-../models/extras.json} \
--token=${HF_TOKEN:-} \
${ONNX_WEB_EXTRA_ARGS:-}

View File

@ -21,7 +21,7 @@ python3 -m onnx_web.convert \
--diffusion \
--upscaling \
--correction \
--extras=${ONNX_WEB_EXTRA_MODELS:-..\models\extras.json} \
--extras=${ONNX_WEB_EXTRA_MODELS:-../models/extras.json} \
--token=${HF_TOKEN:-} \
${ONNX_WEB_EXTRA_ARGS:-}