Skip to content

Commit 3d101a0

Browse files
authored
Merge pull request #74 from huggingface/philschmid-patch-1
remove print
2 parents b551223 + af6da0a commit 3d101a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/huggingface_inference_toolkit/webservice_starlette.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async def prepare_model_artifacts():
6262
inference_handler = get_inference_handler_either_custom_or_default_handler(
6363
HF_MODEL_DIR, task=HF_TASK
6464
)
65-
print("hello world")
6665
logger.info("Model initialized successfully")
6766

6867

0 commit comments

Comments
 (0)