chengan98 commited on
Commit
28274ad
·
verified ·
1 Parent(s): 72eba74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ You can download the checkpoint at [🤗 PL-Stitch](https://huggingface.co/visur
58
  ```python
59
  import torch
60
  from PIL import Image
61
- from pl_stitch.build_model import build_model
62
 
63
  # Load the pre-trained pl_stitch model
64
  pl_stitch = build_model(pretrained_weights = 'your path to the model')
 
58
  ```python
59
  import torch
60
  from PIL import Image
61
+ from build_model import build_model
62
 
63
  # Load the pre-trained pl_stitch model
64
  pl_stitch = build_model(pretrained_weights = 'your path to the model')