Skip to content

Commit 44e3375

Browse files
committed
minor: typo
Signed-off-by: Raphael Glon <[email protected]>
1 parent 99d42db commit 44e3375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huggingface_inference_toolkit/webservice_starlette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def some_startup_task():
5050
else:
5151
raise ValueError(
5252
f"""Can't initialize model.
53-
Please set env HF_MODEL_DIR or provider a HF_MODEL_ID.
53+
Please set env HF_MODEL_DIR or provide a HF_MODEL_ID.
5454
Provided values are:
5555
HF_MODEL_DIR: {HF_MODEL_DIR} and HF_MODEL_ID:{HF_MODEL_ID}"""
5656
)

0 commit comments

Comments
 (0)