feng2022 commited on
Commit
1f17632
·
1 Parent(s): 14376cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +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
  return n
56
 
57
  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,1]
56
  return n
57
 
58
  def main():