Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ from matplotlib.patches import Rectangle
|
|
14 |
ds_name = "SaulLu/Caltech-101"
|
15 |
ds_config = "without_background_category"
|
16 |
|
17 |
-
ds_without = load_dataset(ds_name, ds_config, use_auth_token=True
|
18 |
|
19 |
# Extract information for the sample we want to show
|
20 |
index = 100
|
|
|
14 |
ds_name = "SaulLu/Caltech-101"
|
15 |
ds_config = "without_background_category"
|
16 |
|
17 |
+
ds_without = load_dataset(ds_name, ds_config, use_auth_token=True)
|
18 |
|
19 |
# Extract information for the sample we want to show
|
20 |
index = 100
|