tonyassi commited on
Commit
2b3e598
1 Parent(s): 9a6de96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,8 +19,8 @@ This model was trained with [Image Regression Model Trainer](https://github.com/
19
 
20
  ```python
21
  from ImageRegression import predict
22
- predict(repo_id='-',
23
- image_path='image.jpg')
24
  ```
25
 
26
  ---
 
19
 
20
  ```python
21
  from ImageRegression import predict
22
+
23
+ predict(repo_id='-',image_path='image.jpg')
24
  ```
25
 
26
  ---