thianfoo commited on
Commit
02a6ae0
·
verified ·
1 Parent(s): 556e8a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -187,7 +187,6 @@ image_generation = gr.Interface(
187
  fn=infer,
188
  inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
189
  outputs=[result],
190
- examples =[["Dog licking ice cream"],["Cat flying in a cape"]],
191
  title=title,
192
  description=description,
193
  )
 
187
  fn=infer,
188
  inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
189
  outputs=[result],
 
190
  title=title,
191
  description=description,
192
  )