Skip to content

Commit

Permalink
change msg
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Dec 9, 2022
1 parent b3be82d commit 072b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_app/components/serve/python_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ def run(self, *args: Any, **kwargs: Any) -> Any:
fastapi_app = FastAPI()
self._attach_predict_fn(fastapi_app)

logger.info(f"Your work has started. View it in your browser: http://{self.host}:{self.port}")
logger.info(f"Your PythonServer has started. View it in your browser: http://{self.host}:{self.port}")
uvicorn.run(app=fastapi_app, host=self.host, port=self.port, log_level="error")

0 comments on commit 072b516

Please sign in to comment.