thianfoo commited on
Commit
aa27bfe
·
verified ·
1 Parent(s): e55f2bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -288,10 +288,6 @@ image_generation = gr.Interface(
288
  fn=infer,
289
  inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
290
  outputs=[result],
291
- examples=gr.Examples(
292
- examples = examples,
293
- inputs = [prompt]
294
- ),
295
  title=title,
296
  description=description,
297
  )
 
288
  fn=infer,
289
  inputs=[prompt, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
290
  outputs=[result],
 
 
 
 
291
  title=title,
292
  description=description,
293
  )