harpreetsahota commited on
Commit
a68d69d
·
verified ·
1 Parent(s): 16901b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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("harpreetsahota/InsPLAD")
61
 
62
 
63
  # Launch the App
@@ -70,6 +70,8 @@ dataset_summary: '
70
  ---
71
 
72
  # Dataset Card for InsPLAD
 
 
73
 
74
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 49706 samples.
75
 
@@ -89,7 +91,7 @@ from fiftyone.utils.huggingface import load_from_hub
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
- dataset = load_from_hub("harpreetsahota/InsPLAD")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)
 
57
 
58
  # Note: other available arguments include ''max_samples'', etc
59
 
60
+ dataset = load_from_hub("Voxel51/InsPLAD")
61
 
62
 
63
  # Launch the App
 
70
  ---
71
 
72
  # Dataset Card for InsPLAD
73
+ ![image/png](insplad.gif)
74
+
75
 
76
  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 49706 samples.
77
 
 
91
 
92
  # Load the dataset
93
  # Note: other available arguments include 'max_samples', etc
94
+ dataset = load_from_hub("Voxel51/InsPLAD")
95
 
96
  # Launch the App
97
  session = fo.launch_app(dataset)