We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b551223 commit af6da0aCopy full SHA for af6da0a
src/huggingface_inference_toolkit/webservice_starlette.py
@@ -62,7 +62,6 @@ async def prepare_model_artifacts():
62
inference_handler = get_inference_handler_either_custom_or_default_handler(
63
HF_MODEL_DIR, task=HF_TASK
64
)
65
- print("hello world")
66
logger.info("Model initialized successfully")
67
68
0 commit comments