krotima1 commited on
Commit
71cec9e
1 Parent(s): 6091a5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ def summ_config():
87
 
88
  cfg = summ_config()
89
  mSummarize = MultiSummarizer(**cfg)
90
- ret = mSummarize(**cfg)
91
  ```
92
 
93
  ## Dataset
 
87
 
88
  cfg = summ_config()
89
  mSummarize = MultiSummarizer(**cfg)
90
+ summaries,scores = mSummarize(**cfg)
91
  ```
92
 
93
  ## Dataset