Update README.md
#5
by
vishank97
- opened
README.md
CHANGED
@@ -54,7 +54,7 @@ def predict_step(image_paths):
|
|
54 |
return preds
|
55 |
|
56 |
|
57 |
-
predict_step(['doctor.e16ba4e4.jpg'] # ['a woman in a hospital bed with a woman in a hospital bed']
|
58 |
|
59 |
```
|
60 |
|
|
|
54 |
return preds
|
55 |
|
56 |
|
57 |
+
predict_step(['doctor.e16ba4e4.jpg']) # ['a woman in a hospital bed with a woman in a hospital bed']
|
58 |
|
59 |
```
|
60 |
|