feng2022 commited on
Commit
420c4e8
1 Parent(s): 3c99a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -51,7 +51,6 @@ def image_create(seed: int, truncation_psi: float):
51
  img_out, _, _ = generator([latent])
52
  imgs_arr = make_image(img_out)
53
  return imgs_arr[0]/255
54
- return n
55
 
56
  def main():
57
  #torch.cuda.init()
 
51
  img_out, _, _ = generator([latent])
52
  imgs_arr = make_image(img_out)
53
  return imgs_arr[0]/255
 
54
 
55
  def main():
56
  #torch.cuda.init()