Jofthomas commited on
Commit
cc5354e
·
verified ·
1 Parent(s): a683532

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -65,4 +65,4 @@ async def general_exception_handler(request: Request, exc: Exception):
65
  if __name__ == "__main__":
66
  # This block is mainly for local development, uvicorn command is used in Docker
67
  import uvicorn
68
- uvicorn.run(app, host="0.0.0.0", port=8000)
 
65
  if __name__ == "__main__":
66
  # This block is mainly for local development, uvicorn command is used in Docker
67
  import uvicorn
68
+ uvicorn.run(app, host="0.0.0.0", port=7860)