oohtmeel commited on
Commit
4072f20
1 Parent(s): de591fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -49,4 +49,5 @@ print("Predicted class:", model.config.id2label[predicted_class_idx])
49
  ```
50
 
51
 
 
52
 
 
49
  ```
50
 
51
 
52
+ Or you can load a grayscale JPG lung cancer image into the model inference section and it will attempt to identify it.
53