ai-forever commited on
Commit
659c2e2
·
verified ·
1 Parent(s): 909a4c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -197,7 +197,7 @@ text = 'Првет какдила'
197
  text = re.sub(r'\n+', '\n', text)
198
  print(inference(text))
199
 
200
- #
201
  ```
202
 
203
  ## Resources
 
197
  text = re.sub(r'\n+', '\n', text)
198
  print(inference(text))
199
 
200
+ # ['Привет, как дела?']
201
  ```
202
 
203
  ## Resources