We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00c9ec + 2b99334 commit a6defbfCopy full SHA for a6defbf
start-cpu.sh
@@ -14,4 +14,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web
14
# Run FastAPI with CPU extras using uv run
15
# Note: espeak may still require manual installation,
16
uv pip install -e ".[cpu]"
17
-uv run uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880
+uv run uvicorn api.src.main:app --host 0.0.0.0 --port 8880
start-gpu.sh
@@ -13,4 +13,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web
13
# Run FastAPI with GPU extras using uv run
uv pip install -e ".[gpu]"
0 commit comments