clementchadebec commited on
Commit
d589e2b
·
verified ·
1 Parent(s): 27dfb05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ pip install git+https://github.com/gojasper/LBM.git
21
  Then, you can infer with the model on your input images
22
  ```python
23
  import torch
24
- fron PIL import Image
25
  from lbm.inference import evaluate, get_model
26
 
27
  # Load model
 
21
  Then, you can infer with the model on your input images
22
  ```python
23
  import torch
24
+ from PIL import Image
25
  from lbm.inference import evaluate, get_model
26
 
27
  # Load model