Commit
·
602f999
1
Parent(s):
d1ffa4d
Update README.md (#5)
Browse files- Update README.md (638791fce1d14d57ded308ee42070ef12142f40a)
Co-authored-by: Vishank Shah <[email protected]>
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 |
|