mirror of
https://github.com/HazyResearch/manifest
synced 2024-11-20 03:25:44 +00:00
11 lines
149 B
Markdown
11 lines
149 B
Markdown
|
## Running
|
||
|
|
||
|
In a separate tmux/terminal session, run
|
||
|
|
||
|
```
|
||
|
cd manifest
|
||
|
uvicorn web_app.main:app --reload
|
||
|
```
|
||
|
|
||
|
Change the port by ass `--port <PORT>`.
|