muneebable commited on
Commit
8dd5003
·
verified ·
1 Parent(s): cd6cfc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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, 50],
105
- ["A futuristic cityscape at night", 15, 70],
106
- ["A cute cartoon character", 5, 30]
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