Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ The labels are strings of the chess moves shown in the move boxes.
|
|
46 |
# Usage
|
47 |
## In Python script
|
48 |
```python
|
49 |
-
|
50 |
unprocessed_hcs = datasets.load_dataset("Benjaminkost/unprocessed_hcs")
|
51 |
|
52 |
# Show first image
|
|
|
46 |
# Usage
|
47 |
## In Python script
|
48 |
```python
|
49 |
+
import datasets
|
50 |
unprocessed_hcs = datasets.load_dataset("Benjaminkost/unprocessed_hcs")
|
51 |
|
52 |
# Show first image
|