Skip to content

Commit

Permalink
fix(api): correct python cmd for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 1, 2023
1 parent fa7e5e8 commit a901cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/launch.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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..."
flask --app=onnx_web.serve run --host=0.0.0.0

0 comments on commit a901cc4

Please sign in to comment.