pawlowskipawel
commited on
Commit
•
0b38fa9
1
Parent(s):
30e8d3e
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ generated_texts = processor.batch_decode(outputs, skip_special_tokens=False)
|
|
66 |
|
67 |
For postprocessing fuction go to our github repository: https://github.com/SamsungLabs/TinyClick
|
68 |
```python
|
69 |
-
from tinyclick_utils import
|
70 |
|
71 |
result = postprocess(generated_texts[0], image_size)
|
72 |
```
|
|
|
66 |
|
67 |
For postprocessing fuction go to our github repository: https://github.com/SamsungLabs/TinyClick
|
68 |
```python
|
69 |
+
from tinyclick_utils import postprocess
|
70 |
|
71 |
result = postprocess(generated_texts[0], image_size)
|
72 |
```
|