Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ pip install diff-plonk
|
|
| 34 |
```python
|
| 35 |
from plonk import PLONKPipeline
|
| 36 |
|
| 37 |
-
pipeline = PLONKPipeline
|
| 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 |
```
|