Skip to content

Commit 02367ec

Browse files
committed
Update multi-model.md
1 parent 9f7df31 commit 02367ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/multi-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ class PythonPredictor:
5858
return JSONResponse({"error": f"unknown model: {model_name}"}, status_code=400)
5959
```
6060

61-
### sample-sentiment.json
61+
### `sample-sentiment.json`
6262

6363
```json
6464
{
6565
"text": "best day ever"
6666
}
6767
```
6868

69-
### sample-summarizer.json
69+
### `sample-summarizer.json`
7070

7171
```json
7272
{

0 commit comments

Comments
 (0)