Update README.md
Browse files
README.md
CHANGED
|
@@ -59,6 +59,6 @@ pipe.text_encoder = new_text_encoder
|
|
| 59 |
pipe = pipe.to(device)
|
| 60 |
|
| 61 |
# Generate and save image
|
| 62 |
-
caption = "
|
| 63 |
image = pipe(caption).images[0]
|
| 64 |
image.save(f"example.png")
|
|
|
|
| 59 |
pipe = pipe.to(device)
|
| 60 |
|
| 61 |
# Generate and save image
|
| 62 |
+
caption = "गाँव का शांतिपूर्ण दृश्य|"
|
| 63 |
image = pipe(caption).images[0]
|
| 64 |
image.save(f"example.png")
|