linoyts HF staff commited on
Commit
7f1bd0a
·
verified ·
1 Parent(s): f15bd01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ pipe_prior_redux = FluxPriorReduxPipeline.from_pretrained(
29
  ).to("cuda")
30
 
31
  examples = [[Image.open("mona_lisa.jpg"), "pink hair, at the beach", None, "", 0.035, 1., 1., 1., 1., 0],
32
- [Image.open("1665_Girl_with_a_Pearl_Earring.jpg"), "", Image.open("dali_example.jpg"), "", 0.08, .4, .55, .33, 1., 707196161]]
33
 
34
  @spaces.GPU
35
  def infer(control_image, prompt, image_2, prompt_2, reference_scale= 0.03 ,
 
29
  ).to("cuda")
30
 
31
  examples = [[Image.open("mona_lisa.jpg"), "pink hair, at the beach", None, "", 0.035, 1., 1., 1., 1., 0],
32
+ [Image.open("1665_Girl_with_a_Pearl_Earring.jpg"), "", Image.open("dali_example.jpg"), "", 0.08, .4, .6, .33, 1., 1912857110]]
33
 
34
  @spaces.GPU
35
  def infer(control_image, prompt, image_2, prompt_2, reference_scale= 0.03 ,