talalif commited on
Commit
d92217b
·
verified ·
1 Parent(s): 2dafefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def add_new_image(image):
49
  image = Image.fromarray(image)
50
  height = image.height
51
  width = image.width
52
- lr = 1.0
53
  ip_img = "${.condition_images}"
54
  image.save("./img.png")
55
  img_settings = f"""- condition_images: ./img.png
 
49
  image = Image.fromarray(image)
50
  height = image.height
51
  width = image.width
52
+ lr = 0.5
53
  ip_img = "${.condition_images}"
54
  image.save("./img.png")
55
  img_settings = f"""- condition_images: ./img.png