SANDEEPNADESAN commited on
Commit
5163789
·
verified ·
1 Parent(s): 6a8e6a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -30,10 +30,12 @@ Intended Uses & Limitations
30
 
31
 
32
  How to Use
 
33
  from transformers import pipeline
34
 
35
  pipe = pipeline("image-classification", model="SANDEEPNADESAN/stroke-detector-vit")
36
 
37
  result = pipe("path_to_ct_image.jpg")
 
38
  print(result)
39
 
 
30
 
31
 
32
  How to Use
33
+
34
  from transformers import pipeline
35
 
36
  pipe = pipeline("image-classification", model="SANDEEPNADESAN/stroke-detector-vit")
37
 
38
  result = pipe("path_to_ct_image.jpg")
39
+
40
  print(result)
41