tonyassi commited on
Commit
9a6de96
1 Parent(s): 4a218f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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