Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ dataset_summary: >
|
|
| 49 |
|
| 50 |
# Note: other available arguments include 'max_samples', etc
|
| 51 |
|
| 52 |
-
dataset = load_from_hub("Voxel51/
|
| 53 |
|
| 54 |
|
| 55 |
# Launch the App
|
|
@@ -83,7 +83,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 83 |
|
| 84 |
# Load the dataset
|
| 85 |
# Note: other available arguments include 'max_samples', etc
|
| 86 |
-
dataset = load_from_hub("Voxel51/
|
| 87 |
|
| 88 |
# Launch the App
|
| 89 |
session = fo.launch_app(dataset)
|
|
|
|
| 49 |
|
| 50 |
# Note: other available arguments include 'max_samples', etc
|
| 51 |
|
| 52 |
+
dataset = load_from_hub("Voxel51/consolidated_receipt_dataset")
|
| 53 |
|
| 54 |
|
| 55 |
# Launch the App
|
|
|
|
| 83 |
|
| 84 |
# Load the dataset
|
| 85 |
# Note: other available arguments include 'max_samples', etc
|
| 86 |
+
dataset = load_from_hub("Voxel51/consolidated_receipt_dataset")
|
| 87 |
|
| 88 |
# Launch the App
|
| 89 |
session = fo.launch_app(dataset)
|