Skip to content

Commit

Permalink
fix(api): correctly make output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 1, 2023
1 parent f302be7 commit 33bb56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from logging import getLogger
from PIL import Image
from onnxruntime import get_available_providers
from os import path
from os import makedirs, path
from typing import Tuple


Expand Down

0 comments on commit 33bb56d

Please sign in to comment.