Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ image = pipe(prompt, cfg=15)
|
|
54 |
If you just want to download the models, not the sampling pipeline, you can do:
|
55 |
|
56 |
```python
|
57 |
-
from pipe import
|
58 |
model = CAD.from_pretrained("Lucasdegeorge/CAD-I")
|
59 |
```
|
60 |
|
|
|
54 |
If you just want to download the models, not the sampling pipeline, you can do:
|
55 |
|
56 |
```python
|
57 |
+
from pipe import CAD
|
58 |
model = CAD.from_pretrained("Lucasdegeorge/CAD-I")
|
59 |
```
|
60 |
|