linoyts HF staff commited on
Commit
54023ab
·
verified ·
1 Parent(s): 80aaa3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ pipe.fuse_lora(lora_scale=0.125)
24
  #pipe.enable_lora()
25
  pipe.to(DEVICE)
26
 
27
- examples = [[Image.open("cat.jpg"), "a tiger", 0, 4, 0.5, 0.9, False, 1, 8, 8, 789385745, False],
28
- [Image.open("metal.png"), "a dragon, 3d melting gold metal", 0, 4, 0.5, 0.9, True, 2, 8, 8, 789385745, False]]
29
  def reset_do_inversion():
30
  return True
31
 
 
24
  #pipe.enable_lora()
25
  pipe.to(DEVICE)
26
 
27
+ examples = [[Image.open("cat.jpg"), "a tiger", 0.9,0.5,0, 4,8, 8,789385745, False , False, 1, ],
28
+ [Image.open("metal.png"), "a dragon, 3d melting gold metal",0.9, 0.5, 0, 4, 8, 8, 789385745, False,True, 2, ]]
29
  def reset_do_inversion():
30
  return True
31