Update README.md
Browse files
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
|