ehdwns1516 commited on
Commit
fff294a
·
1 Parent(s): a3b56bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,5 +44,5 @@ generator = pipeline(
44
  context = "your context"
45
 
46
  result = dict()
47
- result[0] = generator_2_en(context)[0]
48
  ```
 
44
  context = "your context"
45
 
46
  result = dict()
47
+ result[0] = generator(context)[0]
48
  ```