Spaces:
Runtime error
Runtime error
Update openapi.yaml
Browse files- openapi.yaml +1 -1
openapi.yaml
CHANGED
@@ -6,7 +6,7 @@ info:
|
|
6 |
servers:
|
7 |
- url: https://turkeyengineer-test.hf.space
|
8 |
paths:
|
9 |
-
/
|
10 |
post:
|
11 |
operationId: run_predict
|
12 |
summary: 將中文句子依字分開
|
|
|
6 |
servers:
|
7 |
- url: https://turkeyengineer-test.hf.space
|
8 |
paths:
|
9 |
+
/run_predict:
|
10 |
post:
|
11 |
operationId: run_predict
|
12 |
summary: 將中文句子依字分開
|