Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ model-index:
|
|
17 |
|
18 |
This model was trained with [Image Regression Model Trainer](https://github.com/TonyAssi/ImageRegression/tree/main).
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
## Dataset
|
|
|
17 |
|
18 |
This model was trained with [Image Regression Model Trainer](https://github.com/TonyAssi/ImageRegression/tree/main).
|
19 |
|
20 |
+
```python
|
21 |
+
from ImageRegression import predict
|
22 |
+
predict(repo_id='-',
|
23 |
+
image_path='image.jpg')
|
24 |
+
```
|
25 |
+
|
26 |
---
|
27 |
|
28 |
## Dataset
|