vprashant commited on
Commit
db5f1bd
·
verified ·
1 Parent(s): d9b99b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ base_model:
8
 
9
 
10
  ```markdown
11
- # Document Layout Detection
12
 
13
  This script demonstrates how to use the document layout detection model on an image.
14
  Below are the steps and code implementation.
@@ -16,7 +16,7 @@ Below are the steps and code implementation.
16
  ---
17
 
18
  ## Step 1: Import Required Libraries
19
- ```python
20
  import cv2
21
  import matplotlib.pyplot as plt
22
  import numpy as np
 
8
 
9
 
10
  ```markdown
11
+ Document Layout Detection
12
 
13
  This script demonstrates how to use the document layout detection model on an image.
14
  Below are the steps and code implementation.
 
16
  ---
17
 
18
  ## Step 1: Import Required Libraries
19
+
20
  import cv2
21
  import matplotlib.pyplot as plt
22
  import numpy as np