ysharma HF staff commited on
Commit
f31b35e
β€’
1 Parent(s): 8c92a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -65,8 +65,13 @@ with gr.Blocks() as demo:
65
  rm_out_bkg.input(remove_background, output_img, output_img)
66
 
67
  gr.Examples(
68
- examples=[["one.jpg"],['two.jpg'], ['three.jpg']],
69
- inputs=input_img,
 
 
 
 
 
70
  outputs=output_img,
71
  fn=dummy,
72
  cache_examples=True,
 
65
  rm_out_bkg.input(remove_background, output_img, output_img)
66
 
67
  gr.Examples(
68
+ examples=[["extinguisher.png", 75, 4.0, 0],
69
+ ['mushroom.png', 75, 4.0, 0],
70
+ ['tianw2.png', 75, 4.0, 0],
71
+ ['lysol.png', 75, 4.0, 0],
72
+ ['ghost-eating-burger.png', 75, 4.0, 0]
73
+ ],
74
+ inputs=[input_img, num_inference_steps, guidance_scale, seed],
75
  outputs=output_img,
76
  fn=dummy,
77
  cache_examples=True,