Commit
·
850a208
1
Parent(s):
acbc7c3
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
f"""
|
2 |
---
|
3 |
datasets:
|
4 |
- benlehrburger/architecture
|
@@ -21,5 +20,4 @@ from diffusers import DDPMPipeline
|
|
21 |
pipeline = DDPMPipeline.from_pretrained('{hub_model_id}')
|
22 |
image = pipeline().images[0]
|
23 |
image
|
24 |
-
```
|
25 |
-
"""
|
|
|
|
|
1 |
---
|
2 |
datasets:
|
3 |
- benlehrburger/architecture
|
|
|
20 |
pipeline = DDPMPipeline.from_pretrained('{hub_model_id}')
|
21 |
image = pipeline().images[0]
|
22 |
image
|
23 |
+
```
|
|