Update README.md
Browse files
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 |
|