complete almost
Browse files- 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 |
-
|
| 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)
|