feng2022 commited on
Commit
65d97f2
·
1 Parent(s): ad0c0ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def image_create(seed: int, truncation_psi: float):
52
  imgs_arr = make_image(img_out)
53
  return imgs_arr[0][0]"""
54
  n=np.zeros((10,10,3))
55
- n[0][0]=[0,0,255]
56
  return n
57
 
58
  def main():
 
52
  imgs_arr = make_image(img_out)
53
  return imgs_arr[0][0]"""
54
  n=np.zeros((10,10,3))
55
+ n[0][0]=[0,0,254]
56
  return n
57
 
58
  def main():