Created
October 16, 2023 07:02
-
-
Save CalvHobbes/422a27b73c03d7c250e250c5aea65f8e to your computer and use it in GitHub Desktop.
run uvicorn in code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if __name__ == "__main__": | |
uvicorn.run(app, host="0.0.0.0", port=9000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment