Ajibola commited on
Commit
2cb7699
·
1 Parent(s): a0ff596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,9 +22,9 @@ This project is licensed under the MIT License.
22
 
23
 
24
  <h1>How to use:</h1>
25
- Import Libraries
26
 
27
  ```ruby
 
28
  !pip install huggingface_hub["tensorflow"]
29
  import matplotlib.pyplot as plt
30
  import cv2
@@ -44,7 +44,7 @@ prediction=np.argmax(prediction, axis=-1) #Get Highest probability class
44
 
45
  ```
46
 
47
- <h1>On Training<h1>
48
  ```ruby
49
  model=PaViT.PaViT()
50
  #Output means the unit default is 15 and activation 'sigmoid'
 
22
 
23
 
24
  <h1>How to use:</h1>
 
25
 
26
  ```ruby
27
+ #import Libraries
28
  !pip install huggingface_hub["tensorflow"]
29
  import matplotlib.pyplot as plt
30
  import cv2
 
44
 
45
  ```
46
 
47
+ <h1>On Training</h1>
48
  ```ruby
49
  model=PaViT.PaViT()
50
  #Output means the unit default is 15 and activation 'sigmoid'