mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
change back port to 8880
This commit is contained in:
parent
9a9bc4aca9
commit
6d2ca6421e
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ export PYTORCH_ENABLE_MPS_FALLBACK=1
|
|||
|
||||
# Run FastAPI with GPU extras using uv run
|
||||
uv pip install -e .
|
||||
uv run --no-sync uvicorn api.src.main:app --host 0.0.0.0 --port 8881
|
||||
uv run --no-sync uvicorn api.src.main:app --host 0.0.0.0 --port 8880
|
||||
|
|
Loading…
Add table
Reference in a new issue