saninmohammedn commited on
Commit
1e3be5e
·
verified ·
1 Parent(s): c4f12c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -41,9 +41,10 @@ pip install transformers torch torchvision pillow matplotlib
41
 
42
  Here is how to use this model:
43
 
44
- ```python
45
  from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
46
  from PIL import Image
 
47
  import matplotlib.pyplot as plt
48
 
49
  # Load the processor and model
 
41
 
42
  Here is how to use this model:
43
 
44
+ ```
45
  from transformers import AutoImageProcessor, Mask2FormerForUniversalSegmentation
46
  from PIL import Image
47
+
48
  import matplotlib.pyplot as plt
49
 
50
  # Load the processor and model