From c96dd814a87c490a5d549e6ec2370e436a435259 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 22 Apr 2023 10:39:39 -0500 Subject: [PATCH] fix(api): correct slashes in launch scripts --- api/launch-extras.sh | 2 +- api/launch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/launch-extras.sh b/api/launch-extras.sh index ac94fc1e..8e793771 100755 --- a/api/launch-extras.sh +++ b/api/launch-extras.sh @@ -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:-} diff --git a/api/launch.sh b/api/launch.sh index 75ad02ec..8e793771 100755 --- a/api/launch.sh +++ b/api/launch.sh @@ -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:-}