cgarciae commited on
Commit
ff67309
1 Parent(s): 49e4b88

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,10 +7,10 @@ A point cloud version of the original MNIST.
7
  ## Getting Started
8
 
9
  ```python
10
- from datasets.load import load_dataset
11
  import matplotlib.pyplot as plt
12
  import numpy as np
13
 
 
14
 
15
  # load dataset
16
  dataset = load_dataset("cgarciae/point-cloud-mnist")
 
7
  ## Getting Started
8
 
9
  ```python
 
10
  import matplotlib.pyplot as plt
11
  import numpy as np
12
 
13
+ from datasets.load import load_dataset
14
 
15
  # load dataset
16
  dataset = load_dataset("cgarciae/point-cloud-mnist")