Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -82,7 +82,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 82 |
|
| 83 |
# Load the dataset
|
| 84 |
# Note: other available arguments include 'max_samples', etc
|
| 85 |
-
dataset = load_from_hub("
|
| 86 |
|
| 87 |
# Launch the App
|
| 88 |
session = fo.launch_app(dataset)
|
|
|
|
| 82 |
|
| 83 |
# Load the dataset
|
| 84 |
# Note: other available arguments include 'max_samples', etc
|
| 85 |
+
dataset = load_from_hub("Voxel51/document-haystack-10pages")
|
| 86 |
|
| 87 |
# Launch the App
|
| 88 |
session = fo.launch_app(dataset)
|