Spaces:
Sleeping
Sleeping
muneebable
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,9 @@ iface = gr.Interface(
|
|
101 |
title="CLIP-Guided Diffusion Image Generation",
|
102 |
description="Generate images using CLIP-guided diffusion. Enter a prompt, adjust the guidance scale, and set the number of steps.",
|
103 |
examples=[
|
104 |
-
["A serene landscape with mountains and a lake", 10,
|
105 |
-
["A futuristic cityscape at night", 15,
|
106 |
-
["
|
107 |
]
|
108 |
)
|
109 |
|
|
|
101 |
title="CLIP-Guided Diffusion Image Generation",
|
102 |
description="Generate images using CLIP-guided diffusion. Enter a prompt, adjust the guidance scale, and set the number of steps.",
|
103 |
examples=[
|
104 |
+
["A serene landscape with mountains and a lake", 10, 2],
|
105 |
+
["A futuristic cityscape at night", 15, 5],
|
106 |
+
["Red Rose (still life), red flower painting", 5, 5]
|
107 |
]
|
108 |
)
|
109 |
|