Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ dataset_summary: '
|
|
57 |
|
58 |
# Note: other available arguments include ''max_samples'', etc
|
59 |
|
60 |
-
dataset = fouh.load_from_hub("
|
61 |
|
62 |
|
63 |
# Launch the App
|
@@ -101,7 +101,7 @@ import fiftyone.utils.huggingface as fouh
|
|
101 |
|
102 |
# Load the dataset
|
103 |
# Note: other available arguments include 'max_samples', etc
|
104 |
-
dataset = fouh.load_from_hub("
|
105 |
|
106 |
# Launch the App
|
107 |
session = fo.launch_app(dataset)
|
|
|
57 |
|
58 |
# Note: other available arguments include ''max_samples'', etc
|
59 |
|
60 |
+
dataset = fouh.load_from_hub("Voxel51/dacl10k")
|
61 |
|
62 |
|
63 |
# Launch the App
|
|
|
101 |
|
102 |
# Load the dataset
|
103 |
# Note: other available arguments include 'max_samples', etc
|
104 |
+
dataset = fouh.load_from_hub("Voxel51/dacl10k")
|
105 |
|
106 |
# Launch the App
|
107 |
session = fo.launch_app(dataset)
|