mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 03:16:28 +02:00
debug streaming
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
639839fbb1
commit
bbd6058ca0
5 changed files with 122 additions and 230 deletions
|
|
@ -36,7 +36,7 @@ def start_server():
|
|||
sys.exit(1)
|
||||
|
||||
print(
|
||||
"Starting Archgw Model Server - Loading some awesomeness, this may take a little time.)"
|
||||
"Starting Archgw Model Server - Loading some awesomeness, this may take a little time."
|
||||
)
|
||||
process = subprocess.Popen(
|
||||
["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "51000"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue