Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -122,6 +122,7 @@ For this snippet it is assumed that you have already loaded the dataset thus, it
|
|
122 |
Then you can decode the image to a URL
|
123 |
```python
|
124 |
from atproto import CID
|
|
|
125 |
|
126 |
# Image "blob", every dict in the embedded_array should have one
|
127 |
encoded_string = image["blob"]
|
|
|
122 |
Then you can decode the image to a URL
|
123 |
```python
|
124 |
from atproto import CID
|
125 |
+
import base64
|
126 |
|
127 |
# Image "blob", every dict in the embedded_array should have one
|
128 |
encoded_string = image["blob"]
|