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 = load_from_hub("
|
| 61 |
|
| 62 |
|
| 63 |
# Launch the App
|
|
@@ -97,7 +97,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 97 |
|
| 98 |
# Load the dataset
|
| 99 |
# Note: other available arguments include 'max_samples', etc
|
| 100 |
-
dataset = load_from_hub("
|
| 101 |
|
| 102 |
# Launch the App
|
| 103 |
session = fo.launch_app(dataset)
|
|
|
|
| 57 |
|
| 58 |
# Note: other available arguments include ''max_samples'', etc
|
| 59 |
|
| 60 |
+
dataset = load_from_hub("Voxel51/BTCV-CT-as-video-MedSAM2-dataset")
|
| 61 |
|
| 62 |
|
| 63 |
# Launch the App
|
|
|
|
| 97 |
|
| 98 |
# Load the dataset
|
| 99 |
# Note: other available arguments include 'max_samples', etc
|
| 100 |
+
dataset = load_from_hub("Voxel51/BTCV-CT-as-video-MedSAM2-dataset")
|
| 101 |
|
| 102 |
# Launch the App
|
| 103 |
session = fo.launch_app(dataset)
|