staka commited on
Commit
dd61774
1 Parent(s): 5309065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,6 +24,6 @@ You can use this model directly with a pipeline:
24
 
25
  ```python
26
  from transformers import pipeline
27
- tako_translator = pipeline('translation', model='staka/fugumt-en-ja')
28
- tako_translator('This is a cat.')
29
  ```
 
24
 
25
  ```python
26
  from transformers import pipeline
27
+ fugu_translator = pipeline('translation', model='staka/fugumt-en-ja')
28
+ fugu_translator('This is a cat.')
29
  ```