nicolas-dufour commited on
Commit
8da6edc
·
verified ·
1 Parent(s): 9a10be4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ pip install diff-plonk
34
  ```python
35
  from plonk import PLONKPipeline
36
 
37
- pipeline = PLONKPipeline.from_pretrained("nicolas-dufour/PLONK_iNaturalist")
38
 
39
  gps_coords = pipeline(images, batch_size=1024)
40
  ```
 
34
  ```python
35
  from plonk import PLONKPipeline
36
 
37
+ pipeline = PLONKPipeline("nicolas-dufour/PLONK_iNaturalist")
38
 
39
  gps_coords = pipeline(images, batch_size=1024)
40
  ```