mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix hr agent
This commit is contained in:
parent
b037c603cd
commit
baa84eb035
12 changed files with 212 additions and 2904 deletions
|
|
@ -47,7 +47,16 @@ def start_server():
|
|||
"Starting model server - loading some awesomeness, this may take some time :)"
|
||||
)
|
||||
process = subprocess.Popen(
|
||||
["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "51000"],
|
||||
[
|
||||
"python",
|
||||
"-m",
|
||||
"uvicorn",
|
||||
"app.main:app",
|
||||
"--host",
|
||||
"0.0.0.0",
|
||||
"--port",
|
||||
"51000",
|
||||
],
|
||||
start_new_session=True,
|
||||
bufsize=1,
|
||||
universal_newlines=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue