hard007ik commited on
Commit
78e43a9
Β·
1 Parent(s): 04b615f

complete almost

Browse files
Files changed (1) hide show
  1. inference.py +2 -2
inference.py CHANGED
@@ -345,8 +345,8 @@ async def main() -> None:
345
  # ── ENV SERVER URL ──────────────────────────────────────────────────────
346
  # LOCAL: start server with `uv run --project . server`, then use localhost
347
  # REMOTE: comment the localhost line and uncomment the HF Space line
348
- base_url = "http://localhost:8000"
349
- # base_url = "https://hard007ik-shopmanagereng.hf.space"
350
  # ───────────────────────────────────────────────────────────────────────
351
 
352
  # print(f"[CONFIG] base_url={base_url} model={MODEL_NAME}", flush=True)
 
345
  # ── ENV SERVER URL ──────────────────────────────────────────────────────
346
  # LOCAL: start server with `uv run --project . server`, then use localhost
347
  # REMOTE: comment the localhost line and uncomment the HF Space line
348
+ # base_url = "http://localhost:8000"
349
+ base_url = "https://hard007ik-shopmanagereng.hf.space"
350
  # ───────────────────────────────────────────────────────────────────────
351
 
352
  # print(f"[CONFIG] base_url={base_url} model={MODEL_NAME}", flush=True)