Skip to content

Commit a356dad

Browse files
author
Bryannah Hernandez
committed
app func fix
1 parent 62e89ec commit a356dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def main():
6666
"""Running server locally with uvicorn"""
6767
logger.info("Running")
6868
config = uvicorn.Config(
69-
"sagemaker.app:app",
69+
"sagemaker.serve.app:app",
7070
host="127.0.0.1",
7171
port=9007,
7272
log_level="info",

0 commit comments

Comments
 (0)