Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,7 @@ The steps to create the embeddings can be described as:
|
|
20 |
|
21 |
The preprocessing code along with the predict can calculate the embeddings for classification.
|
22 |
|
23 |
-
```
|
24 |
-
|
25 |
# load an image and apply the fourier transform
|
26 |
|
27 |
import numpy as np
|
|
|
20 |
|
21 |
The preprocessing code along with the predict can calculate the embeddings for classification.
|
22 |
|
23 |
+
```python
|
|
|
24 |
# load an image and apply the fourier transform
|
25 |
|
26 |
import numpy as np
|