mirror of
https://github.com/HazyResearch/manifest
synced 2024-10-31 15:20:26 +00:00
.. | ||
__init__.py | ||
main.py | ||
README.md | ||
schemas.py |
Running
In a separate tmux/terminal session, run
cd manifest
uvicorn web_app.main:app --reload
Change the port by ass --port <PORT>
.