Skip to content

Commit

Permalink
Tree: Format
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Feb 22, 2024
1 parent bee26a2 commit 5a23b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def load_model(request: Request, data: ModelLoadRequest):

if loaded_model_name == data.name:
raise HTTPException(
400, f"Model \"{loaded_model_name}\"is already loaded! Aborting."
400, f'Model "{loaded_model_name}"is already loaded! Aborting.'
)
else:
MODEL_CONTAINER.unload()
Expand Down

0 comments on commit 5a23b9e

Please sign in to comment.