Spaces:
Runtime error
Runtime error
Update .well-known/openapi.yaml
Browse files- .well-known/openapi.yaml +1 -1
.well-known/openapi.yaml
CHANGED
@@ -8,7 +8,7 @@ servers:
|
|
8 |
description: Hugging Face Space hosting the segment API
|
9 |
paths:
|
10 |
paths:
|
11 |
-
/
|
12 |
post:
|
13 |
operationId: run_predict # ✅ 保留 operationId 但不讓它決定 endpoint
|
14 |
summary: 將中文句子依字分開
|
|
|
8 |
description: Hugging Face Space hosting the segment API
|
9 |
paths:
|
10 |
paths:
|
11 |
+
/run_predict: # ✅ 使用正確的 API 路徑
|
12 |
post:
|
13 |
operationId: run_predict # ✅ 保留 operationId 但不讓它決定 endpoint
|
14 |
summary: 將中文句子依字分開
|