Commit
·
a1c50d8
1
Parent(s):
73e789b
update README.md
Browse files- README.md +1 -1
- requirements.txt +2 -0
README.md
CHANGED
|
@@ -85,7 +85,7 @@ This dataset is optimized for visual inspection on the Hugging Face Hub, with an
|
|
| 85 |
|
| 86 |
## Example Use
|
| 87 |
|
| 88 |
-
```
|
| 89 |
from datasets import load_dataset
|
| 90 |
|
| 91 |
ds = load_dataset("Laudando-Associates-LLC/pucks", split="train")
|
|
|
|
| 85 |
|
| 86 |
## Example Use
|
| 87 |
|
| 88 |
+
```python
|
| 89 |
from datasets import load_dataset
|
| 90 |
|
| 91 |
ds = load_dataset("Laudando-Associates-LLC/pucks", split="train")
|
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets
|
| 2 |
+
huggingface_hub
|