fix: readme code
Browse files
README.md
CHANGED
@@ -38,7 +38,8 @@ The model deals with a multi-sentence summary in eight different languages. With
|
|
38 |
|
39 |
# USAGE
|
40 |
Assume that you are using the provided MultilingualSummarizer.ipynb file and included files from git repository.
|
41 |
-
|
|
|
42 |
## Configuration of summarization pipeline
|
43 |
#
|
44 |
def summ_config():
|
|
|
38 |
|
39 |
# USAGE
|
40 |
Assume that you are using the provided MultilingualSummarizer.ipynb file and included files from git repository.
|
41 |
+
|
42 |
+
```python
|
43 |
## Configuration of summarization pipeline
|
44 |
#
|
45 |
def summ_config():
|