1
0
Fork 0
onnx-web/api/launch.bat

6 lines
236 B
Batchfile
Raw Normal View History

echo "Downloading and converting models to ONNX format..."
python -m onnx_web.convert --sources --diffusion --upscaling --correction --token=%HF_TOKEN%
echo "Launching API server..."
2023-02-26 21:21:58 +00:00
flask --app="onnx_web.serve:run" run --host=0.0.0.0