Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ To run this code with nlm-model-service, use the following code:
|
|
46 |
```
|
47 |
pip install nlm-utils
|
48 |
```
|
49 |
-
```
|
50 |
qa_sum_client_bart = ClassificationClient(
|
51 |
model="bart",
|
52 |
task="qa_sum",
|
|
|
46 |
```
|
47 |
pip install nlm-utils
|
48 |
```
|
49 |
+
```python
|
50 |
qa_sum_client_bart = ClassificationClient(
|
51 |
model="bart",
|
52 |
task="qa_sum",
|